body {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../GRAPHICS/background3.jpg);
	background-repeat: repeat;	
	font-family: "Times New Roman", Verdana, serif;
}
table {
background-color: White;
border: thin;
border-color: #00008B;

}
.para{
	margin-left: 10px;
	text-indent: 10px;
	
}
P{
	margin-left: 10px;
	margin-right: 10px;
}
H4{
margin-left: 10px;}

/* BEGIN style8 */
 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

/* END style8 */