BODY
{
	background-color:#004B84;
	font-family:"verdana";
	font-size:12px;
	line-height:17px;
	color:#BDD3E5;
    scrollbar-face-color:#004B84; 
    scrollbar-shadow-color: #BDD3E5; 
    scrollbar-highlight-color:#004B84; 
    scrollbar-3dlight-color: #BDD3E5; 
    scrollbar-darkshadow-color:#004B84; 
    scrollbar-track-color:#004B84;
    scrollbar-arrow-color:#BDD3E5
} 

H1
{
	display: block;
	width: 100%;
	font-family:"verdana";
	font-weight:"bold";
	font-size:16px;
	color:#BDD3E5;
	margin-top: 2px;
	line-height: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BDD3E5;
} 

TD
{
	font-family:"verdana";
	font-size:11px;
	line-height:16px;
	color:#BDD3E5;
}

A
{
    text-decoration:underline;
	color:#BDD3E5;
}

A:hover
{
    text-decoration:underline;
	color:#BDD3E5;
}

IMG
{
	border-color:#BDD3E5;
	border-width: 1;
} 

input
{
	font-family:"verdana";
	font-size:11px;
	line-height:16px;
	color:black;
	border-color: black;
	border-width: 1;
}

textarea
{
	font-family:"verdana";
	font-size:11px;
	line-height:16px;
	color:black;
	border-color: black;
	border-width: 1;
}

LI
{
	list-style-type: square
}

UL
{
	list-style-type: none;
	border-top : thin;
}

OL
{
	list-style-type: upper-alpha
}  
/* A B C D E etc. */

OL OL
{
	list-style-type: decimal
}
/* 1 2 3 4 5 etc. */

OL OL OL
{
	list-style-type: lower-roman
}
/* i ii iii iv v etc. */

