/* CSS Document */
body {
			background-image: "graphics/bkgd.jpg";
			background-repeat: no-repeat;
			}
			
p, h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000033;
	margin: 4px 5px 4px 5px;
	}

h1 { 
	font-size: 12px; 
	font-style: bold;  
	text-align:right;
	}
  
h2 { 
	font-size: 12px; 
	font-weight: bold;  
	text-align:center;
	}
  
h3 {
	font-size: 12px; 
	text-align:justify;
	font-weight: bold; 
	}
	
h4 { 
	font-size: 16px; 
	font-weight: bold;  
	text-align:left;
	color: #990033;
	}

h6 {
	font-size: 10px; 
	text-align:center;

	}
p {
	font-size: 12px; 
	text-align:justify;
	}
   
a { text-decoration: underline;
	font-style: normal;
	 }
a:link { 
 	color: #0000FF }
    
a:hover { 
	color: #FF0000}
	
a:active {
	color: #0000FF}

a:visited {
 	color: #0000FF}

a:unvisited { 
  	color: #0000FF}
  
a:visited:hover {
 	color: #FF0000}

form.simple { 
	margin: 0px 0px 0px 0px;
}	 

div.row {
  clear: both;
  padding-top: 2px;
  }

div.row span.label {
		float: left;
		width: 100px;
		text-align: right;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		
		margin: 0px 2px 0px 2px;
  }
  
div.row span.formw {
  float: right;
  width: 240px;
  text-align: left;
  margin: 0px 2px 0px 2px;

  } 
  
form.search { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 text-align: left; 
 
}
select.search { 
 background-color: #FFFFFF; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 150px;

}	
.subscribe {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5px;
}
input {
	font-size: 10px;
}

input.subscribe {
	font-size: 10px;
}
