a.menuHover:link 		{ color: #FFFFFF; text-decoration: none }
a.menuHover:active 		{ color: #FFFFFF; text-decoration: none }
a.menuHover:visited 	{ color: #FFFFFF; text-decoration: none }
a.menuHover:hover	 	{ color: #D3DA22; text-decoration: none }

a.normalHover:link 		{ color: #898889; text-decoration: bold }
a.normalHover:active 	{ color: #898889; text-decoration: bold }
a.normalHover:visited 	{ color: #898889; text-decoration: bold }
a.normalHover:hover	 	{ color: #D3DA22; text-decoration: none }

.menuText		{ color: #FFFFFF;
				  font-family: Tahoma, Arial, Verdana, sans-serif;
				  font-size: 10px }
				  
.dText			{ color: #898889;
				  font-family: Tahoma, Arial, Verdana, sans-serif;
				  font-size: 11px }
				  
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/site_wide/bg.jpg);
	background-attachment: fixed
}				      
