@charset "utf-8";
/* CSS Document */

body { 
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.sublinks {
		font-family: Tahoma, Verdana;
		font-size: 11px; 
		color: #234285; 
		}

.text{
		font-family: Tahoma, Verdana;
		font-size:11px;
		color:#234285;
		text-align:justify;
		}
		
.high{
		font-family: Tahoma, Arial;
		font-size: 11px; 
		font-weight: bold; 
		color: #c00;
		}
		
.sublinks A:link {text-decoration: none; font-family:Tahoma, Verdana; color:#234285;}
.sublinks A:visited {text-decoration: none; color:#234285;}
.sublinks A:active {text-decoration: none; color:#234285;}
.sublinks A:hover {text-decoration: none; color: #234285; font-weight: bold;}
		
		
		
		
		
		