﻿body,html {
	 margin: 0 auto;
	 padding:  0px;
	 background-color:#f7f7f5; 
	 font-family:Arial, Helvetica, sans-serif;  
}

.specialFix{margin-bottom: 0; padding-bottom: 0; margin-top:0; padding-top:0} /*h1=40px=2.5em   h2=30px=1.875em*/ 
h1, h2, h3, h4 { font-weight:200;}

.MainText{	 
	 font-size:14px;
	 color:#3d3d3d;
}
.MainText a:link{	 
	 font-size:14px;
	 color:#3d3d3d;
	 text-decoration:none;	 
}
.MainText a:visited{	 
	 font-size:14px;
	 color:#3d3d3d;
	 text-decoration:none;
}
.MainText a:hover{	 
	 font-size:14px;
	 color:#3d3d3d;
	 text-decoration:underline;
}
.MainText a:active{	 
	 font-size:14px;
	 color:#3d3d3d;
	 text-decoration:none;
}


.footerNav { color: #f7f7f5; font-size:11px;}
.footerNav a{ color: #f7f7f5; font-size:11px; text-decoration:none;}
.footerNav a:hover{ color: #a8b65e; font-size:11px; text-decoration: underline;}

.bottomNavOver a{color: #a8b65e; font-size:11px; text-decoration: underline;}
.bottomNavOut a{color: #f7f7f5; font-size:11px; text-decoration:none;}

.footerNavHeader{ color:#909090; text-transform: uppercase;}

.footer{	 
	 font-size:10px;
	 color:#757575;
	 text-transform:uppercase;
}
.footer a:link{	 
	 font-size:10px;
	 color:#757575;
	 text-decoration:none;
	 text-transform:uppercase;	 
}
.footer a:visited{	 
	 font-size:10px;
	 color:#757575;
	 text-decoration:none;
	 text-transform:uppercase;
}
.footer a:hover{	 
	 font-size:10px;
	 color:#757575;
	 text-decoration:underline;
	 text-transform:uppercase;
}
.footer a:active{	 
	 font-size:10px;
	 color:#757575;
	 text-decoration:none;
	 text-transform:uppercase;
}


