/* CSS Document */
/*
COLORS:
light blue dde4f1
med blue1 a5b8d8
med blue2 5e84b8
dark blue 005596
dark blue2 0f3a7e

light green f0f0d7
dark green a3a60f
*/
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	color: #000000;
	margin: 0px;
	font-size: 72%;
	background-color: #e1e0c2;
}


a:link, a:visited {
	color: #5e84b8;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #5e84b8;
	text-decoration: none;
}

.reg {
	vertical-align: top;
	font-size: 90%;
	line-height: inherit;
}

div.left_nav {
	background-color: #005596;
	padding: 5px;
	vertical-align: middle;
}

a.left_nav_links, a.left_nav_links:visited, a.left_nav_links:visited {
	font-size: 120%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.left_nav_links:hover {
	font-size: 120%;
	font-weight: normal;
	color: #dde4f1;
	text-decoration: none;
}
a.left_nav_links_sm, a.left_nav_links_sm:visited, a.left_nav_links_sm:visited {
	font-size: 90%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.left_nav_links_sm:hover {
	font-size: 90%;
	font-weight: normal;
	color: #dde4f1;
	text-decoration: none;
}

a.title_link, a.title_link:visited, a.title_link:visited {
	font-size: 130%;
	font-weight: normal;
	color: #a3a60f;
	text-decoration: underline;
}
a.title_link:hover {
	font-size: 130%;
	font-weight: normal;
	color: #a3a60f;
	text-decoration: none;
}
.content {
	padding: 10px;
	padding-bottom: 15px;
}
.headline_blue {
	font-size: 140%;
	font-weight: bold;
	color: #005596;
}
.headline {
	font-size: 140%;
	font-weight: normal;
	color: #a3a60f;
}
.kicker {
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	color: #005596;
}
.subheadline {
	font-size: 110%;
	font-weight: bold;
	color: #005596;
}
span.title {
	font-size: 120%;
	font-weight: normal;
	color: #005596;
}
div.hr {
	background-image: url(../images/rule_pixel.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
}
.hr_spacer {
	background-color: #a3a60f;
}
td.bottom_row {
	border-top-color: #005596;
	border-top-style: solid;
	border-top-width: 2px;
}

td.footer {
}
.footer {
	font-size: 90%;
	color: #000000;
}
.box {
	border: 1px solid #a3a60f;
	background-color: #f0f0d7;
	padding: 7px;
}
.box_footer {
	border: 1px solid #005596;
	background-color: #dde4f1;
	padding: 7px;
}
#r {
	text-decoration:none;
	font-size: 90%;
}
.header {
	font-size: 14pt;
	color: #000000;
	font-style: italic;
}
span.reg {
	font-size: 90%;
	line-height: 10px;
	vertical-align: top;
}
.footnote {
	font-size: 85%;
	color: #000000;
}


p.listIntro {
margin-bottom: 0px;
padding-bottom: 0px;
} 
ul.bulletList {
margin-top: 0px;
margin-bottom: 0px;
}
#bulletList {
padding-top: 0px;
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
list-style: none;
}
#bulletList li  {
margin-top: 0px;
padding-left: 14px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
}


.subhead1 {
	font-size: 110%;
	font-weight: bold;
	color: #005596;
}
.subhead2 {
	font-size: 90%;
	color: #005596;
}
.subhead3 {
	font-size: 90%;
	color: #005596;
}

sup {
	font-size: 87%;
	line-height: inherit;
	vertical-align: text-top;
}