BODY	{
	background-color: #4C4F51;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto
}

.bottomTable { text-align: center;
			   position: absolute;
			   bottom: 5px;
			   left: 0px;
			   width: 100%;
			   height: 20px }
		  
.introText	{ font-family: Tahoma, Verdana, Arial, sans-serif;
			  font-size: 9px;
			  font-weight: none;
			  color: #A1A1A3 }
			  
.formText	{ font-family: Tahoma, Verdana, Arial, sans-serif;
			  font-size: 9px;
			  font-weight: none;
			  color: #000000 }			  
			  
.defaultText	{ font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
			  	  font-size: 10px;
			  	  font-weight: none;
			  	  color: #4D4C4E }
				  
.boldBlue	{ font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
			  font-size: 10px;
			  font-weight: bold;
			  color: #465C8C }
			  
.largeText	{ font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
			  font-size: 16px;
			  font-weight: bold;
			  color: #465C8C }			  
			  
.titleText	{ font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
			  font-size: 12px;
			  font-weight: bold;
			  color: #465C8C }
			  
.blackTitleText	  { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
			  		font-size: 12px;
			  		font-weight: bold;
			  		color: #000000 }			  			  
			
.footerText { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
			  font-size: 9px;
			  font-weight: bold;
			  color: #4D4C4E }
			  
.fText		{ color: #2D2C3A;
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 9px;
			  font-weight: bold;
			  background-color: #BCC1D0 }			  

a.blueLightNB:link 		{ color: #465C8C; text-decoration: none; font-weight: normal }
a.blueLightNB:active 		{ color: #465C8C; text-decoration: none; font-weight: normal }
a.blueLightNB:visited 	{ color: #465C8C; text-decoration: none; font-weight: normal }
a.blueLightNB:hover 		{ color: #7B93CF; text-decoration: none; font-weight: normal }
			  
a.blueLight:link 		{ color: #465C8C; text-decoration: none; font-weight: bold }
a.blueLight:active 		{ color: #465C8C; text-decoration: none; font-weight: bold }
a.blueLight:visited 	{ color: #465C8C; text-decoration: none; font-weight: bold }
a.blueLight:hover 		{ color: #7B93CF; text-decoration: none; font-weight: bold }			  
			  
a.grayWhite:link 		{ color: #4D4C4E; text-decoration: none }
a.grayWhite:active 		{ color: #4D4C4E; text-decoration: none }
a.grayWhite:visited 	{ color: #4D4C4E; text-decoration: none }
a.grayWhite:hover 		{ color: #FFFFFF; text-decoration: none }			  
