BODY {
	background: #FFFFFF;
	margin: 0px 0px 0px 6px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bgLeft {
	clear: both;
	background: #ABD6FD url(/images/bg_left.gif) repeat-x left top;
}
.bgRight {
	clear: both;
	background: #ABD6FD url(/images/bg_right.gif) repeat-x left top;
}
img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-style: normal;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #2261A8;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 5px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #0E4C87;
	margin: 0px 0px 8px;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0px 0px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #2261A8;
	font-weight: normal;
	margin: 0px 0px 8px;
	padding: 10px 0px 8px;
}
h4 {
	margin: 4px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	color: #0E4C87;
	font-weight: normal;
}
h5 {
	margin: 0px;
	font-size: 11px;
	color: #2261A8;
	line-height: 18px;
	font-weight: normal;
}
h6 {
	margin: 0px;
	font-size: 9px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0E4C87;
	letter-spacing: 1px;
}
p {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
li {
	font-size: 11px;
	color: #333333;
	padding-right: 20px;
	line-height: 12px;
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
a, a:visited {
	color: #2261A8;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a:active {
	color: #666666;
}
.pic {
	float: right;
	border: 1px;
	margin: 12px;
	padding: 0px;
}
.input {
  background: #EEEEEE;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
}
#subnav {
	height: 15px;
	clear: both;
	background: url(/images/bg_footer.gif) repeat-x left top;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	padding: 4px 10px 3px 10px;
	text-transform: uppercase;
}
#footer {
	height: 47px;
	clear: both;
	background: url(/images/bg_footer.gif) repeat-x left top;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #666666;
}
caption {
	margin: 0px;
	font-size: 11px;
	color: #2261A8;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
}
.download {
	background: #EAF4E7;
	padding: 6px 10px 4px;
	border: 1px solid #E6E6E6;
	margin-top: 4px;
	margin-bottom: 8px;
}