.nav {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font: 13px Arial, Helvetica, sans-serif;

}

.navgrey {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font: 10px Arial, Helvetica, sans-serif;

}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}

.left_side_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;

}

body {
	background: #FFFFFF;
	
}

.navgrey A 		{ color: #666666; text-decoration: none;} 
.navgrey A:link	{ color: #666666; text-decoration: none; } 
.navgrey A:visited	{ color: #666666; text-decoration: none; } 
.navgrey A:active	{ color: #CC0000; text-decoration: none; } 
.navgrey A:hover	{ color: #CC0000; text-decoration: none; }
	font-weight: bold;
	

}

.text A 		{ color: #CC0000; text-decoration: none;} 
.text A:link	{ color: #CC0000; text-decoration: none; } 
.text A:visited	{ color: #CC0000; text-decoration: none; } 
.text A:active	{ color: #000000; text-decoration: none; } 
.text A:hover	{ color: #000000; text-decoration: none; }
	font-weight: bold;

}

.nav A 		{ color: #CC0000; text-decoration: none;} 
.nav A:link	{ color: #CC0000; text-decoration: none; } 
.nav A:visited	{ color: #CC0000; text-decoration: none; } 
.nav A:active	{ color: #000000; text-decoration: none; } 
.nav A:hover	{ color: #000000; text-decoration: none; }
	font-weight: bold;

