body {
	background-color: #1D4A8D;
}

TD {
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 7.5pt;
	/* text-align : justify; */
}

A:active, A:link, A:visited {
	COLOR: #000000;
	FONT-SIZE: 7.5pt;
	text-decoration: none; 
}

.dottedlink, .dottedlink:visited, .dottedlink:link, .dottedlink:active {
	border-bottom: dotted 1px #C0C0C0; 
	text-decoration: none; 
}

.dropdowns {
	border: 1px solid;
	border-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt;
	background: white;
}

H1 {
	FONT-SIZE: 7.5pt;
/*	font-weight:bold; */
	display: inline; 
}
H2 {
	FONT-SIZE: 7.5pt;
	font-weight:bold;
	display: inline; 
}

#Nav {
	padding: 2px 0 10px 0px;
}
.nav {
	cursor: pointer;
	display: block;
	color: #000000;
	padding: 2px 4px 4px 2px;
	background-color: #F0F0F0;
	margin: 1px 0px;
	TEXT-DECORATION: none;
}
.nav:visited, .nav:link, .nav:active {
	color: #000000;
	TEXT-DECORATION: none;
}
.nav:hover {
	border: 1px solid #cccccc;
	margin: 0px;
	/* padding: 2px 4px 4px 7px; */
	padding: 2px 4px 4px 2px;
	background-color: #f1f1f1;
	text-decoration: none;
}

ul {
	list-style: none;
	margin-left: 0; 
	padding-left: 0.8em;
}

.style2 {color: #FFFFFF}
.style3 {color: #CCCCCC}
.greytext {color: #CCC}