BODY {
	text: #00000
}

.TITLE { 
	color: RED; 
	font-weight: bold; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 		
	font-size: 24px; 	
	background: WHITE;
	text-align: left;
}
.LOGO { 
	color: WHITE; 
	font-weight: bold; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 		
	font-size: 24px; 	
	background: RED;
	text-align: center;
}

.MENU { 
	color: WHITE; 
	font-weight: bold; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 		
	font-size: 14px; 	
	background: #DDDDDD;
	text-align: left;
}

H1 { 
	color: BLACK; 
	font-weight: bold; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 		
	font-size: 18px; 	
	text-align: left;
}

H2 { 
	color: BLACK; 
	font-weight: bold; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 		
	font-size: 16px;
	text-align: left;
}

H3, H4, H5 { 
	color: BLACK; 
	font-weight: bold; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 		
	font-size: 14px; 
	text-align: left;
}

BODY,P,DL,UL,TD,BLOCKQUOTE {
	color: BLACK; 
	font-weight: normal; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 		
	font-size: 14px; 
}

TH {
	color: BLACK; 
	font-weight: bold; 
	font-family: verdana, geneva, arial, helvetica, sans-serif; 		
	font-size: 16px; 
}

P.SPLASH {
	text-align: center;
}

CODE, TT, ADDRESS, PRE { 
	color: BLACK; 
	font-weight: normal; 
	font-family: "Courier New", "Courier", monospace;
	font-size: 12px; 
	text-align: left;
}

STRONG {
	font-style: normal; 
	font-weight: bold;  
}


UL { 
	list-style-type: square;
}

A:link, A:visited { 
	color: #0000BB; 
	text-decoration: none;
}

A:hover    { 
	color: #0088FF; 
	text-decoration: none;
}

A.NAV1:link, A.NAV1:visited  { 
	color: BLACK;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

A.NAV1:hover   { 
	color: RED; 
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

A.NAV2:link, A.NAV2:visited { 
	color: WHITE; 
	text-decoration: none;
}

A.NAV2:hover   { 
	color: YELLOW; 
	text-decoration: none;
}

