body {
	background-color: #243f57;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #333333;
}

form {
	background-color: #CCCC99;
}

.title {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #223E56;
	font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
	/* nav
	--------------------------------------------------*/
	
ul#nav 
	{
	list-style: none;
	margin: 0;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1px;
	border-top-width: 2px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Georgia, serif;
	font-size: 12px;
}

ul#nav li{
	display: inline;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-right: 10px;
	padding-left: 10px;
}

ul#nav a{
	text-decoration: none;
	border-bottom: 2px solid #F7F3E8;
	color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20;
}

ul#nav a#current{
	color:#666666;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

ul#nav a:hover{
	color: #666666;
}
a:hover {
	color: #333333;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.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;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
