BODY, A, B, DIR, DIV, DL, DT, DD, EM, H1, H2, H3, H4, H5, H6, I, LI, OL, UL, P, SPAN, STRONG, TABLE, TD, TH, TR  
		{ 
			font-family: verdana, Geneva, Arial, sans-serif;
		}
		

BODY  	{
			background-color: #ffffff;
			 color: #000000;
		}		
			
A:link	{
			font-weight: bold;
			color: #003399;
		}
A.menu:link	{
			font-weight: bold;
			color: #ffffff;
		}	
A.section:link	{
			font-weight: bold;
			color: #ffcc66;
		}				
				
A:visited	{
			font-weight: bold;
			color: #993399;	
			background-color: transparent;
		}
A.menu:visited	{
			font-weight: bold;
			color: #ffffff;
		}	
A.section:visited	{
			font-weight: bold;
			color: #ffcc66;
		}
		
li.square	{
		list-style-type: square;
}
					
.center {
			text-align: center;
		}
		
.bold {
			font-weight: bold;
		}	

.indent {
			margin: 0px 0px 6 20px; 
			padding: 2px;				  
		}
		
.indent2 {
			margin: 0px 0px 6 40px; 
			padding: 2px;				  
		}
		
.mainmenu {
			 text-align: center;
			 background-color:#006699;
		}
		
.section {
			text-align: center;
			color: #ffcc66;
			background-color:#006699;
		}
		
.u	{
		text-decoration: underline;
	}
ul.noStyle{list-style-type:none;}
ul.noStyle li{padding-bottom:5px;}

table.noStyle .column1{width:100px; vertical-align:top;text-align:right;}

