/*  style ID's */

#alert { font-family: verdana, helvetica, sans-serif; 
		  color: cc0000; 
		  font-size: 12px; 
		  font-weight: bold;}
		  
#norm {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: 000000; 
			font-size: 12px;}     

#disclaimer {text-decoration: none;
			font-family: verdana, helvetica, sans-serif; 
			color: 000000; 
			font-size: 12px;}   

#small {font-family: verdana, helvetica, sans-serif; 
		font-size: 9px;}

#whead {font-family: verdana, helvetica, sans-serif; 
		font-weight: bold; 
		color: white; 
		font-size: 14px; }

#wtext {font-family: verdana, helvetica, sans-serif; 
		color: white; 
		font-size: 12px; }

#bhead {font-family: verdana, helvetica, sans-serif; 
		font-weight: bold; 
		color: 000000; 
		font-size: 14px; }		

#bheadlarge {font-family: verdana, helvetica, sans-serif; 
		font-weight: bold; 
		color: 000000; 
		font-size: 18px; }	
		
#mast {font-family: verdana, helvetica, sans-serif; 
	   font-weight: bold; 
	   color: white; 
	   font-size: 10px; }
	   
/* Body classes */

body.dark {font-family: verdana, helvetica, sans-serif;
			color: ffdd44;
			font-size: 12px;
			background: 424242;
			background-color: 424242;}

body.middle {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background: d3d3d3;
			background-color: d3d3d3;}
			
body.white {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background: ffffff;
			background-color: ffffff;}
	   
/* table classes */

table.black {font-family: verdana, helvetica, sans-serif;
			color: white;
			font-size: 12px;
			background: 000000;
			background-color: 000000;}

table.dark {font-family: verdana, helvetica, sans-serif;
			color: ffdd44;
			font-size: 12px;
			background: 424242;
			background-color: 424242;}

table.middle {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background: d3d3d3;
			background-color: d3d3d3;}
			
table.review {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background: ffffc0;
			background-color: ffffc0;}
			
table.white {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background: ffffff;
			background-color: ffffff;}
			
/* TD classes */

TD.dark {font-family: verdana, helvetica, sans-serif;
			color: ffdd44;
			font-size: 12px;
			background-color: 424242;}
			
TD.middle {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background-color: d3d3d3;}

TD.light {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background-color: efefef;}
			
TD.review {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background: ffffc0;
			background-color: ffffc0;}
			
TD.white {font-family: verdana, helvetica, sans-serif;
			color: black;
			font-size: 12px;
			background-color: ffffff;}

/* Link Navigation classes */

 .leftnav:link {text-decoration: none;
 			font-family: verdana, helvetica, sans-serif; 
			color: ffdd44; 
			font-size: 16px;
			font-weight: bold; }

.leftnav:hover {font-family: verdana, helvetica, sans-serif; 
			text-decoration: none; 
			color: white;
			font-size: 16px;
			font-weight: bold; }

.leftnav:visited {font-family: verdana, helvetica, sans-serif; 
				text-decoration: none;
				color: ffdd44; 
				font-size: 16px;
				font-weight: bold; }

.leftnav:visited:hover {text-decoration: none;
					font-family: verdana, helvetica, sans-serif; 
					color: white; 
					font-size: 16px;
					font-weight: bold; }
					
 .whitenav:link {text-decoration: underline;
 			font-family: verdana, helvetica, sans-serif; 
			color: white; 
			font-size: 12px;}

.whitenav:hover {font-family: verdana, helvetica, sans-serif; 
			text-decoration: none; 
			color: yellow;
			font-size: 12px;}

.whitenav:visited {font-family: verdana, helvetica, sans-serif; 
				text-decoration: underline;
				color: white; 
				font-size: 12px;}

.whitenav:visited:hover {text-decoration: underline;
					font-family: verdana, helvetica, sans-serif; 
					color: yellow; 
					font-size: 12px;}
					
 .nav:link {text-decoration: underline;
 			font-family: verdana, helvetica, sans-serif; 
			color: ffdd44; 
			font-size: 12px;}

.nav:hover {font-family: verdana, helvetica, sans-serif; 
			text-decoration: none; 
			color: white;
			font-size: 12px;}

.nav:visited {font-family: verdana, helvetica, sans-serif; 
				text-decoration: underline;
				color: ffdd44; 
				font-size: 12px;}

.nav:visited:hover {text-decoration: underline;
					font-family: verdana, helvetica, sans-serif; 
					color: white; 
					font-size: 12px;}
					
 .blacknav:link {text-decoration: underline;
 			font-family: verdana, helvetica, sans-serif; 
			color: black; 
			font-size: 12px;}

.blacknav:hover {font-family: verdana, helvetica, sans-serif; 
			text-decoration: underline; 
			color: ff9900;
			font-size: 12px;}

.blacknav:visited {font-family: verdana, helvetica, sans-serif; 
				text-decoration: underline;
				color: black; 
				font-size: 12px;}

.blacknav:visited:hover {text-decoration: underline;
					font-family: verdana, helvetica, sans-serif; 
					color: ff9900; 
					font-size: 12px;}
					
/* Input field class */

input.normal {font-family: Verdana; font-size: 10pt; border: 1 solid;}
