@charset "utf-8";

/* CSS Document */





p, body{

	margin: 0;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

}




.link1 A:link {color: blue; text-decoration: none}

.link1 A:visited {color: blue; text-decoration: none}

.link1 A:active {color: blue; text-decoration: none}

.link1 A:hover {color: red; text-decoration: underline}



.link2 A:link {color: white; text-decoration: none; font-weight: bold}

.link2 A:visited {color: white; text-decoration: none; font-weight: bold}

.link2 A:active {color: white; text-decoration: none; font-weight: bold}

.link2 A:hover {color: yellow; text-decoration: none; font-weight: bold} 


.link3 A:link {color: white; text-decoration: underline; font-weight: bold}

.link3 A:visited {color: white; text-decoration: underline; font-weight: bold}

.link3 A:active {color: white; text-decoration: underline; font-weight: bold}

.link3 A:hover {color: white; text-decoration: underline; font-weight: bold} 






.copyright {

	

	font-size: 12px;

	font-family: Georgia;

	

}



.contact {

	

	font-weight: bold;

	 

}



.boldhead {

	margin: 0 auto;
	text-align: center;	
	font-weight: bold;
	font-size: 20px;

}



.boldheadsmall {

	margin-top: 20px;

	font-style: italic;

	font-weight: bold;



}



.sidehead {

	color: #ffffff;

	font-size: 15px;

	font-weight: bold;

	text-align: center;

	padding-bottom: 10px;		

}



.sidetext {

	font-size: 12px;

	color: #ffffff

}







.td1 {

	text-align: center;

	width: 200px;

	overflow: hidden;

}



.td2 {

	text-align: center;

	width: 250px;

	overflow: hidden;

}



.td3 {

	text-align: center;

	width: 100px;

	overflow: hidden;

}



.td4 {

	text-align: center;

	width: 250px;

	overflow: hidden;

}

	

	

.td5 {

	width: 163px;

	background-position: center;

	vertical-align: super;		

}


.tagline {
	font-family: MS Serif, New York, serif;
	font-size: 20px;
	color: #900;
	font-weight: bold;
	}

div.float1 {

  
  float: left;
  width: 120px;
  padding: 5px;

}

div.float2 {
	
  float: left;
  width: 130px;
  padding: 5px;

}
  
div.float3 {
	
  float: left;
  width: 300px;
  padding: 5px;
  
}

div.floattext {

	font-family: Times New Roman, Times, serif;

	font-weight: bold;

	font-size: 16px;

	padding-top: 5px;
  

}

.cellhead {
	font-weight: bold;
	text-align: center;
}

table.center {

	
	width:50%; 

	margin-left:25%; 

	margin-right:25%;



}

#post {
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
