body {
	background-color: #B0C4DE;
	font: 12px/15px georgia, serif;	
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #669966;
}

a:link { 
		
	text-decoration: none;  
	color: #99CCFF;
}
	
a:visited {
		
	text-decoration: none;
	color: #99CCFF;
}

a:active, a:hover {
		
	text-decoration: none;
	color: #669966;
}

.title {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
  	background-color: #FFFFFF; color: #669966;
}

.header {
	font-family: Georgia, serif;
	font-size: 22px;
	background-color: #FFFFFF;
  	color: #669966;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}


