.green_tetx {
	color: #1A5C04;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
}
.red {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.grey {

	font-family: Arial,tahoma,verdana;
	font-size: 11pt;
	color: #7C7C7C;
	text-decoration: none;
}
.cont_text {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}
.links {
	font-family: tahoma;
	font-size: 10px;
	color: #1A8F07;
	text-decoration: underline;

}
.text {
	font-family: tahoma;
	font-size: 10px;
	color: #595857;
	text-decoration: none;
}
.footer_menu {

	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}


/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{height:24px;background:#000;display:block;padding:0px 0 0 0px; width:959px; 
}
#foxmenu{
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background-color: #000000;
}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:5px 28px 0 29px;height:19px;background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

