/* style sheet for this site */

/*---------- default ----------*/
	
	body {
		font-size: 12px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #000000;
		background: #FFFFFF;
	}
	
	td {font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000;}
	
	 .b {font-weight: bold;}
	 .bu {font-weight: bold; text-decoration: underline;}
	 .bi {font-weight: bold; font-style: italic;}
	 .i {font-style: italic;}
	 .u {text-decoration: underline;}
	 
	a:link {text-decoration: underline; color: #00529B;}
	a:visited {text-decoration: underline; color: #00529B;}
	a:hover {text-decoration: none; color: #00529B;}
	a:active {text-decoration: underline; color: #00529B;}

/*---------- links ----------*/

	a.link1:link {font-size: 10px; text-decoration: underline; color: #00529B;}
	a.link1:visited {font-size: 10px; text-decoration: underline; color: #00529B;}
	a.link1:hover {font-size: 10px; text-decoration: none; color: #00529B;}
	a.link1:active {font-size: 10px; text-decoration: underline; color: #00529B;}
	
	a.link2:link {font-size: 12px; text-decoration: none; color: #00529B; font-weight: bold;}
	a.link2:visited {font-size: 12px; text-decoration: none; color: #00529B; font-weight: bold;}
	a.link2:hover {font-size: 12px; text-decoration: none; color: #000000; font-weight: bold;}
	a.link2:active {font-size: 12px; text-decoration: none; color: #00529B; font-weight: bold;}
	
	a.link3:link {font-size: 16px; text-decoration: none; color: #00529B; font-weight: bold;}
	a.link3:visited {font-size: 16px; text-decoration: none; color: #00529B; font-weight: bold;}
	a.link3:hover {font-size: 16px; text-decoration: underline; color: #00529B; font-weight: bold;}
	a.link3:active {font-size: 16px; text-decoration: none; color: #00529B; font-weight: bold;}
	
/*---------- body text ----------*/

	 .bodytext1 {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000;}
	 
/*---------- header text ----------*/	 

	 .headertext1 {font-size: 18px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #B50436; font-weight: bold;}
	 .headertext2 {font-size: 14px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #B50436; font-weight: bold;}
	 
/*---------- forms ----------*/

	 .searchbox {
		font-size: 11px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #00529B;
		border-top: 1px solid #00529B;
		border-left: 1px solid #00529B;
		border-bottom: 1px solid #00529B;
		border-right: 0px solid #00529B;
		width: 150px;
		}
		
/*---------- table color ----------*/

	 .tablecolor1 {border: 1px solid #95A8CA;}
	 
	 .tablecolor2 {
		border: 1px solid #95A8CA;
		background-image: url(../images/bg_table_1.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		}
		
	 .tablecolor3 {
		border: 1px solid #95A8CA;
		background-image: url(../images/bg_table_2.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		}
		

