BODY {
	background-attachment: scroll;
	background-color: #0105AD;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial;
	color: White;
	scrollbar-arrow-color: White;
	scrollbar-track-color: White;
	scrollbar-darkshadow-color: Silver;
	scrollbar-3dlight-color: Silver;
	scrollbar-face-color: #006699;
	scrollbar-shadow-color: White;
	scrollbar-base-color: #696969;
}

ul {
	list-style: square;
}

p {
	text-align : justify;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}

INPUT, TEXTAREA, OPTION, SELECT
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	background-color: #66CCFF;
}

h1 {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00008B;
	background-color: White;
	padding: 2px;
	width: 90%;
}

h6 {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #B22222;
	padding: 3px;
	width: 85%;
	text-align : center;
}

table.naw {
	border: thin dashed Gray;
}

table {
	border: thin none #ADD8E6;
}

td {
	 border: medium none #ADD8E6;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

br {
	display: inherit;
	line-height: 11px;
}

A, A:link, A:visited, A:active
 {
	color: #BDB76B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

A:Hover  {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
}

HR {
	Color: #F0F8FF;
	width: 85%
}