BODY {
	margin: 0px;
	background-image: url('background.gif');
	background-repeat: no-repeat;
	BACKGROUND-COLOR: #0A4591;
	font-family: "Verdana", Arial, sans-serif; 
font-size: 8pt; 
font-weight: normal;
color: #ffffff; 
}

p { 
	font-family: "Verdana", Arial, sans-serif;
    	font-size: 8pt; 
    	color: #ffffff; 
    	font-weight:normal;
	text-align: justify;
	margin: 5px;

}

A:visited {
	font-weight: bold;
	color: #A3D9F5;
	text-decoration: none
}

A:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

A:hover {
	font-weight: bold;
	color: #DDE9F5;
	text-decoration: none
}


A {
	font-weight: bold;
	color: #A3D9F5;
	text-decoration: none
}


.navtitle {
	background-color: #67BED3;
	font-weight: bold;
	font-size: 10pt;
	font-color: #ffffff;
	font-family: Garmond;
	padding-left: 5px; 
	text-align: center
}

.contenttitle {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
	padding-left: 10px; 
	text-decoration: underline;
	text-align: left
}


.menu {
	display: block;
	backgound-color: #239DE6;
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	font-family: Verdana;
	padding-left: 10px; 
	border-left: 2px solid #67BED3;
	font-weight: bold;
	text-align: left
	
}

.menu:visited {
	display: block;
	backgound-color: #239DE6;
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	font-family: Verdana;
	padding-left: 10px; 
	border-left: 2px solid #67BED3;
	font-weight: bold;
	text-align: left
}

.menu:hover {
	display: block;
	backgound-color: #239DE6;
	background-image: url('navbg.jpg');
	font-size: 13px;
	color: #239DE6;
	line-height: 24px;
	font-family: Verdana;
	padding-left: 10px; 
	border-left: 2px solid #67BED3;
	text-decoration: underline;
	font-weight: bold;
	text-align: left
}

.footer  {
  font-size: 9px;
	text-align: center;
	color:	#000000;
	font-family: Verdana;
	
}