body, p, div, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
font-size: 18pt;
margin-bottom: 6pt;
color:#003366;
}

h2 {
font-size: 14pt;
margin-top: 12pt;
margin-bottom: 3pt;
color:#003366;
border-bottom:#003366 solid 1px;
width: 75%
}

h3 {
font-size:12pt;
color:#3366CC;
}

p {
margin-bottom: 3pt;
}

.title {
	font:bold 48pt Arial, Helvetica, sans-serif;
  	color: black;
	background-color: transparent;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}
a:hover {
	color: #DEDECA;
	background-color: #330000;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

.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;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

div#container {
	margin: 0 auto;
	padding: 6px;
	width: 700px;
	background-color:#FFFFFF;
}

img#logo {
	margin-right:8px;
}

div#navbar {
	text-align:center;
	font:bold 11pt Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	background-color:transparent;
	border-bottom: #999999 1px solid;
	line-height: 24px;
}

div#navbar a {
	text-decoration:none;
}

div#content {
	margin-left: 8px;
	margin-right: 8px;
}

div#footer {
	font-size: 8pt;
	text-align:right;
	clear:both;
	border-top: #999999 1px solid;
}

.important {
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
}

