/* Public Affairs Dept. -- BEGIN Default Styles */

/* This is the default text style */
body, td, th, p {

	color: #000000;
	margin: 0px;
	font-family: geneva, verdana;
	font-size:11px;
	vertical-align: top;
}

/* */
/* Leave empty comment above Intact */

fieldset {
	margin: 0px;
	border: 1px solid #666666;
}

/* kill default margins and padding around forms */
form {
	margin: 0px;
	padding: 0px;
}

/* Heading styles */
H1 {font: 2.01em/1.1em "Arial Narrow", "Helvetica Narrow", sans-serif; font-weight:bold;}
H2 {font: 1.75em/1.1em "Arial Narrow", "Helvetica Narrow", sans-serif; font-weight:bold;}
H3 {font: 1.52em/1.1em "Arial Narrow", "Helvetica Narrow", sans-serif; font-weight:bold;}
H4 {font: 1.32em/1.1em "Arial Narrow", "Helvetica Narrow", sans-serif; font-weight:bold;}
H5 {font: 1.15em/1.1em "Arial Narrow", "Helvetica Narrow", sans-serif; font-weight:bold;}
H6 {font: 1em/1.1em "Arial Narrow", "Helvetica Narrow", sans-serif; font-weight:bold;}

/* This is the lead-in text style */
p.maintext {
  font-size:122%; 
  line-height:1.6em;
}

/* class for the sign in / signed in cell with gradient background */
.statusCell {
	width: 150px; 
	height: 52px; 
	background: #4066AC;
	color: #FFFFFF;
}

.statusCell a:link { color: #FFFFFF; text-decoration: none; }
.statusCell a:link:hover { color: #FFFFFF; text-decoration: underline; }
.statusCell a:visited { color: #FFFFFF; text-decoration: none; }
.statusCell a:visited:hover { color: #FFFFFF; text-decoration: underline; }

.highlight {
	background: #A2C9F8;
}

.offeringFull { color: #A42626; white-space: nowrap; }
.offeringNotFull { color: #1E6E1A; white-space: nowrap; }

/* Page title text */
.subhead {
  font-family:Arial, Helvetica, sans-serif; 
  font-size:170%; 
  font-weight:700; 
  color:#900;
}

/* Page subsection heading */
.sectionhead {
  font-size:125%; 
  font-weight:700; 
  color:#333;
}
/* Page subsection heading as link */
.sectionhead a {
   font-weight:700;
   color:#333;
}

/* Caption styling */
.caption {
  color:#999;
}

/* Copyright styling */
.copyright {
  font-size: 92%; 
  color:#999;
}

/* Link styles */
a.leftnavitem {
  font-size:110%; 
  line-height:1.6em; 
  text-decoration:none;
}

a:link {
  color:#039; 
}
a:visited {
  color:#699; 
}
a:hover, a:focus {
  color:#C00; 
}
a:active {
  color:#FC3;
}

/* Nice stylized HR */
/* Note: redudant info ensures proper browser display */
hr {
  border: none;
  height: 1px;
  border-color: #C3D4E9;
  color: #C3D4E9;
  background: #C3D4E9;
  background-color: #C3D4E9;
}

/* Public Affairs Dept. -- END Default Styles */

 .statusCell {
   font-size: 12px;
 }