h1, td.h1             
{ 
	font-family: Lucida Sans Unicode;
	font-size: 12;
	color: #FFFFFF;
	font-weight: bold;
}

h2, td.h2            
{ 
	font-family: Lucida Sans Unicode;
	font-size: 12;
	color: #FFFFFF;
	background-color: #CC0000;
}

td.h2v            
{ 
	font-family: Lucida Sans Unicode;
	font-size: 12;
	color: #FFFFFF;
	background-color: #669933;
}

td.h2a            
{ 
	font-family: Lucida Sans Unicode;
	font-size: 12;
	color: #FFFFFF;
	background-color: #336699;
}

h3, td.h3            
{ 
	font-family: Lucida Sans Unicode;
	font-size: 12;
	color: #CC0000;
}


p, td             
{ 
	font-family: Lucida Sans Unicode;
	font-size: 12;
	color: #003366;
}

textarea, select            
{ 
	font-family: Lucida Sans Unicode;
	font-size:9;
	color: #003366;
	font-style: italic;
}

input { 
	font-family: Lucida Sans Unicode;
} 

.redbutton { 
	font-family: Lucida Sans Unicode;
	font-size:11;
	color: #FFFFFF;
   	height: 20px; 
   	width: 55px;

   border:1px solid;
   border-top-color:#CCCCCC;
   border-left-color:#CCCCCC;
   border-right-color:#CCCCCC;
   border-bottom-color:#CCCCCC;
   background-image:url(images/bg_red_button.jpg);

}

.bluebutton { 
	font-family: Lucida Sans Unicode;
	font-size:11;
	color: #FFFFFF;
   	height: 20px; 
 
   border:1px solid;
   border-top-color:#CCCCCC;
   border-left-color:#CCCCCC;
   border-right-color:#CCCCCC;
   border-bottom-color:#CCCCCC;
   background-image:url(images/bg_footer.jpg);
}

.textbox { 
	font-family: Lucida Sans Unicode;
	font-size:9;
	color: #003366;
	font-style: italic;
   	height: 18px; 
   	width: 90px;
} 

.textbox2 { 
	font-family: Lucida Sans Unicode;
	font-size:9;
	color: #003366;
	font-style: italic;
   	height: 18px; 
   	width: 50px;
} 
.textbox3 { 
	font-family: Lucida Sans Unicode;
	font-size:9;
	color: #003366;
	font-style: italic;
   	height: 18px; 
   	width: 300px;
} 

a:link, a:visited, a:active, a:hover            
{ 
	font-family: Lucida Sans Unicode;
	font-size: 12;
	color: #CC0000;
}


