body {
 font-family: verdana, lucida, arial, helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
 background-color: #330066;
 margin: 0;
 padding: 0;
}

table {
  background-color:d7d2e6;
}

.Text {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	font-style: normal;

}

.Header {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #000000;

}

.Body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

a:link {

	color: #000000;

	text-decoration: underline;

}



a:visited {

	color: #000000;

	text-decoration: underline;

}



a:active {

	color: #000000;

	text-decoration: none;

}



a:hover {

	color: #000000;

	border-bottom: 1px dotted #000000;

	border-top: 1px dotted #000000;

	text-decoration: none;
	
	/* Navigation */



#navlist a {

	padding: 2px 2px;

}



#navlist a:link, #navlist a:visited {

	color: #FDD8A1;

	background-color: #8E6F42;

	text-decoration: none;

}



#navlist a:hover {

	color: #8E6F42;

	background-color: #FDD8A1;

	text-decoration: none;

}