h1 
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0px;
	color: #000066;
} 

h2 
{
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0px;
	color: #000066;
} 

h3 
{
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0px;
	color: #000066;
} 

h4 
{
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	margin: 8px 10px;
	color: #000066;
} 

h5 
{
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #000066;
} 

h6 
{ font-family: tahoma, verdana, arial; 
font-weight: normal; 
font-size: 10px; 
line-height: 15px; 
color: #000066; 
} 

body 
{
	font-family: tahoma, verdana, arial;
	font-weight: normal;
	font-size: 14px;
	color: White;
	background-color: transparent;
	scrollbar-face-color: #003366;
	scrollbar-base-color: #003366;
	scrollbar-arrow-color: White;
	scrollbar-highlight-color:White;
	scrollbar-shadow-color: black;
} 

td
{ 
font-family: tahoma, verdana, arial;
font-weight: normal; 
font-size: 12px; 
color: #000066; 
} 

ul,ol 
{ 
font-family: tahoma, verdana, arial;
font-size: 10px; 
color: #000066; 
padding-top: 5px; 
} 

li 
{ font-family: tahoma, verdana, arial;
font-size: 12px; 
color: #000066; 
} 

input, select 
{ 
background-color: #ffffff; 
font-family:tahoma, verdana, arial;
font-size: 10px; 
color: #000000; 
margin: 0px; 
padding: 0px; 
} 

input, textarea 
{ 
background-color: #fff; 
font-family: tahoma, verdana, arial;
font-size: 12px; 
color: #191970; 
margin: 0px; 
padding: 0px; 
} 

input.button 
{ 
background-color: #3366CC; 
border-style: outset; 
border-color: #191970;
color: #FFFFFF;
border-width: 2; 
} 

input.menu 
{ background-color: #ffffff; 
font-family: tahoma, verdana, arial;
font-size: 10px; 
border-style: solid; 
border-color: #red; 
border-width: 0; 
color: black; 
margin: 0px; 
padding: 0px; 
} 

a:link
{
	font-family: tahoma, verdana, arial;
	color: #3366CC;
	font-weight: bold;
} 

a:visited 
{ font-family: tahoma, verdana, arial;
color: #3366CC; 
font-weight: bold;  
} 

a:active 
{
	font-family: tahoma, verdana, arial;
	color: #339933;
} 

a:hover
{
	font-family: tahoma, verdana, arial;
	color: #006666;
	background: White;
	font-weight: bold;
} 

a.button:hover
{
	font-family: tahoma, verdana, arial;
	color: #339933;
	background: #9999cc;
	font-weight: bold;
} 

b 
{
	font-weight: bold;
	color: #000066;
} 

strong 
{ color: #000000; 
font-weight: bold; 
} 

i,em 
{
text-decoration: italic; 
} 

input.required,select.required,textarea.required,td.required 
{
	background-color: #339933;
}

.imagecaption
{
font-family: tahoma, verdana, arial;
font-weight: normal; 
font-size: 14px; 
line-height: 12px; 
color: black;
}