/* CSS Document */

.body {
font-family:Tahoma;
font-size:11px;
text-align:justify;
color: #FFFFFF;
}
.bold {
color: #FFFFFF; 
font-family: Tahoma; 
font-size: 11px; 
font-weight: bold; 
}

a:link {
font-family:Tahoma;
font-size:11px;
	text-decoration: none;
	color: #FFFFFF; 
	
}
a:visited {
font-family:Tahoma;
font-size:11px;
	text-decoration: none;
	color: #FFFFFF; 
}
a:hover {
font-family:Tahoma;
font-size:11px;
	text-decoration: none;
		color: #CCCCCC;
}
a:active {
font-family:Tahoma;
font-size:11px;
	text-decoration: none;
		color: #FFFFFF; 
}

.sublevel {
font-family:Tahoma;
font-size:11px;
	text-decoration: underline;
	color: #FFFFFF; 
	
}
