body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:   10pt;
  font-weight: normal;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #333;
}  

body {
  background: #003466;
}

h2 {
	font-size: 15pt;
	font-weight: bold;
	color: #A20C17;
  margin: 0px;
  margin-bottom: 5px;
}

.red {
  color: #A20C17;
}
.blue {
  color: #003466;
}

#header, #footer, #navigator  {
  width: 800px;
}

#bodyTable {
  text-align: center;
  background: #FFFFFF;
  width: 800px;
  border-left: 2px solid #A20C17;
  border-right: 2px solid #A20C17; 
  border-bottom: 2px solid #A20C17; 
  margin: 0;
  padding:0;
}

#footer {
  background: #D7E1EB;
  width: 800px;
  border-left: 2px solid #A20C17;
  border-right: 2px solid #A20C17; 
  border-bottom: 2px solid #A20C17; 
  margin: 0;
  padding:0;
}

.bodyControl{
  padding: 10px;
  text-align: left;
}

.officerTitle {
  color: #003466;
  font-weight: bold;
  font-size: 13pt;
  vertical-align: top;
}

.officerLabel {
  font-weight: bold;
  vertical-align: top;
}


.formHeader {
  font-weight: bold;
  font-size:   11pt;
  color: #003466;
}

.formLabel {
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap; 
}

.formItem {
  border: 1px solid #808080;
	font-size: 10pt; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.required {
  font-weight:bold;
  font-size:larger;
  color: #A20C17;
}



/*
 * Calender Styles
 */
.eventTitles {
  font-weight: bold;
  font-size:   11pt;
  color: #003466;
}

.small {
  font-size: 8pt;
}

.buffer {
  margin-left: 15px;
}

.calendar{
  width: 777px;
}

.calendar .month{
  background-color: #003466;
  color: #FFFFFF;
  font-size: larger;
  font-weight: bold;
  text-align: center;
}

.calendar .day {
  width: 111px;
	text-align: center;
  color: #003466;
  font-weight:bold;
}

.calendar .number {
  width: 111px;
	vertical-align: top;
  text-align: left;
  color: #CC0000;
  font-weight:bold;
}

.calendar .event{
  width: 111px;
  vertical-align: top;
  text-align: left;
  height: 100px;
  font-size:8pt;
}

