@import "subnav.css";
@import "tables.css";
@import "layout.css";

BODY, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 11px;
}

INPUT, SUBMIT, BUTTON, TEXTAREA, select {
	padding: 2px;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #014886;
	border: 1px solid #C8C8C8;
}

button {
  cursor: pointer;
  cursor: hand;
}

SELECT {
	font-size: 10px;
}

H1 {
	font-size: 14px;
	font-weight: bold;
	color: #014886;
}

H2 {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #C8C8C8;
	padding-bottom: 4px;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	color: #014886;
	line-height: 14px;
	margin-bottom: 2px;
}

HR {
	color: #C8C8C8;
	background-color: #C8C8C8;
	height: 1px;
	border: none;
}

.footnote {
  font-size: 9px;
	line-height: 12px;
}

.blue {
  color: #014886;
}

.quote {
  color: #014886;
  border-top: 1px solid #014886;
  border-bottom: 1px solid #014886;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cleardiv {
  clear:both;
  font-size:0px;
  line-height:0px;
  height:0px;
}