a:link { 
	color: #0099FF; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none; 
}

a:active {  
	color: #0099FF; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none; 
}
	


a:hover {  
	color: #FFCC00; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
a:visited {  
	color: #FFCC00; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 3px;
	margin-left: 3px;
}


p {
	color: #000000; 
	font-size: 12px;
	font-weight: normal; 
}



ul {  
	list-style-type: circle; 
	font-size: 12px
}



li {  
	margin-top: 10px; 
	font-size: 12px
}



h1	{ 
	color: #666666; 
	font-size: 18px; 
	font-weight: bold; 
	text-transform: uppercase}
	


h2	{
	color: #0066FF;
	font-size: 14px; 
	font-weight: bolder; 
	text-transform: capitalize; 
	
}



h3	{  
	color: #3366FF;
	font-size: 12px; 
	font-weight: bold; 

}



ol {
	margin-top: 10px; 
	font-size: 12px
}


th {  font-size: 12px}

tr {  font-size: 12px}


.menu a:link, .menu a:visited{
	color:#666666;
	background-color:white;
	padding:2px; 
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}

.menu a:hover {
	color:#FAF7E1;
	background-color:#FFCC00;
	padding:2px; 
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	
}

.menuContainer { 
	z-index: 1000 
}
