/* CSS Document */

.page{
	font-family: Verdana;
	color: #FF6600;
	text-decoration:none;
	font-size: 10pt;
}

.page_active{
	font-family: Verdana;
	color: #666600;
	text-decoration:none;
	background-color: #FF9900;
	font-size: 10pt;
}

a.page:link{
	font-family: Verdana;
	color: #FF9900;
	text-decoration:none;
	background-color: #375c11;font-size: 10pt;
}

a.page:visited{
	font-family: Verdana;
	color: #FF9900;
	text-decoration:none;
	background-color: #375c11;
	font-size: 10pt;
}

a.page:active{	font-family: Verdana;
	color: #FF9900;
	text-decoration:none;
	background-color: #375c11;font-size: 10pt;
}
	
a.page:hover{
	font-family: Verdana;
	color: #666600;
	text-decoration:none;background-color: #FF6600;font-size: 10pt;
}
