body {
	font-family: Arial, Helvetica, sans-serif;
	background: #370999;
	color: #ffffff; 
	font-size: 100%;	
	}
		
a:link {
	color: #ff9900;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
	font-size: 100%;
	}
	
a:hover {
	color: #ffff99;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
	font-size: 100%;
}



a:visited { 
	color:#ffff99;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
	font-size: 100%;
	} 
	

h2 {
	color: #ff9900;
	font-family: Arial;
	font-size: 150%;
	font-weight: bold;
	}
	
	td
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 80%;	
	}
	
.NavyHeader {
	color: #000066;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

.smaller {
font-family: arial, verdana, sans-serif; 
font-size:70%; 
color:#FFF;
}

/*  YELLOW BOX */
.box {
	width: 300px;
	background: #FF9C00 /*url(images/boxbottom.gif) no-repeat left bottom*/ ;
	}
	
.box h3 {
	background: #FF9C00 /*url(images/boxtop.gif) no-repeat left top*/;
	padding: 10px 20px 0 20px;
	color: #370999;
	}
	
.box p {
	padding: 0px 20px 10px 20px;
	color: #000;
	}
	
.box ul {
	color: #000;
	padding: 0px 20px 10px 20px;
	}