/* CSS Document */
body {      
     background: #2B2B2B; 
     margin: 0; 
     padding: 0;
	 text-align: center;   
}
.NAV {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;

}
.NAV a:link, .NAV a:visited, NAV a:active {
	text-decoration : none;
	color: #2B2B2B;
	}

.NAV a:hover { 
	text-decoration : underline;
	color: #e0861e;
}
.text {
	font-size: 12px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}	
.text a:link, .text a:visited, .text a:active {
	text-decoration : underline;
	color: #2B2B2B;
	}
.text a:hover { 
	text-decoration : underline;
	color: #e0861e;	
}
.bigtext {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
}
.spacer2 {
	background-image:     url(../images/border1.gif);
	height: 14px;
	background-repeat: repeat-x;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.leftmenu a:link, .leftmenu a:visited, .leftmenu a:active {
	text-decoration : none;
	color: #286EA0;
}
.leftmenu a:hover { 
	text-decoration : underline;
	color: #e0861e;	
}
.topmenu {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.topmenu a:link, .topmenu a:visited, .topmenu a:active {
	text-decoration : none;
	color: #ffffff;
	}

.topmenu a:hover { 
	text-decoration : underline;
	color: #e0861e;
}
.linkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #999999;
}

