@charset "utf-8";

/* CSS Document */





p, body{

	margin: 0;

	font-size: 10px;

	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: 10px;

	font-family: Georgia;

	

}



.contact {

	

	font-weight: bold;

	font-size: 10px;

	 

}



.sidehead {

	color: #ffffff;

	font-size: 14px;

	font-weight: bold;

	text-align: center;

	padding-bottom: 10px;		

}



.sidetext {

	font-size: 10px;

	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;		

}



div.float {

  float: left;

  width: 160px;

  padding: 8px;

  }

  





table.center {

	

	width:50%; 

	margin-left:25%; 

	margin-right:25%;



}



div.floattext {

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

	font-weight: bold;

	font-size: 15px;

	padding-top: 10px;

}



