body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2d437a;
}
body {
	background-color: #2d437a;
	margin-left: 0px;
	margin-top: 0px;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

.style2 {color: #DBE5FF}

.style3 {font-family: "Times New Roman", Times, serif; 
    font-size: medium; 
	font-weight: bold; 
	font-style: italic; 
	color: #DBE5FF; }

ul {margin-left: 8px; padding-left: 8px; list-style-position: outside;}

.class1 a:link {
	color: #ffffff;
	text-decoration: bold;
}
.class1 a:visited {
	text-decoration: bold;
	color: #ffffff;
}
.class1 a:hover {
	text-decoration: bold;
	color: #ffffff;
}
.class1 a:active {
	text-decoration: bold;
	color: #ffffff;
}

.class2 a:link {
	color: #2d437a;
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
	color: #2d437a;
}
.class2 a:hover {
	text-decoration: underline overline;
	color: #2d437a;
}
.class2 a:active {
	text-decoration: none;
	color: #2d437a;
}
