* {
	font-family: Arial, Geneva;
	text-decoration: none;
}
body {
	font-size: 10pt;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat-y;
}
p:first-child, p.first-child {
	margin-top:0;
}

p:last-child, p.last-child {
	margin-bottom:0;
}
hr {
	background:#000000;
	color:#000000;
	height:1px;
	border:none;
}
.nobr {
	white-space: nowrap;
}
.phoneNumber {
	white-space:nowrap;
	font-weight:bold;
}
a {
	font-size: 100%;
	color: #005288;
	text-decoration: none;
}
a:hover {
	font-size: 100%;
	color: #005288;
	text-decoration: none;
}


.callout_blue {
	background:#cae5e5; 	
	padding:5px;
}
.callout_green {
	background:#c6dea8; 
	color: #003366;
	padding:10px;
}
.dark_callout {
	background-color: #cc9966;
}
.light_callout {
	background-color: #c3e4f3;
}
table.inner_light_callout {
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

table.blue {
	border-width:1px;
	border-style: solid;
	border-color:#003366;
	border-collapse: collapse;
	background-color:#eaf0f9;
}
table.blue td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color:#003366;
	background-color:#eaf0f9;
	text-align:center;
}

p.listIntro {
	margin-bottom: 0px;
	padding-bottom: 0px;
}  
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-left: 0px;
}
li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 0px;
}
sup {
	font-size: 75%;
	line-height: normal;
	vertical-align: super;
}

.boldBlue {
	font-weight:bold;
	color:#005288;
}

.Kicker{
	color: black;
	text-decoration: none;
	font-size: 12pt;
	font-style: italic;
}
.KickerSmall{
	color: black;
	text-decoration: none;
	font-size: 10pt;
	font-style: italic;
}
.Headline sup {
	font-size: 55%;
	line-height: 100%;
	vertical-align: top;
}
.Headline{
	color: #005288;
	text-decoration: none;
	font-size: 18pt;
	font-weight: bold;
}
.Headline a {
	color:#005288;
	text-decoration: none;
	font-weight: bold;
}
.Headline a:hover {
	color: #4f91cd;
	text-decoration: none;
	font-weight: bold;
}
.SubTitle{
	color: #005288;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}

.LinkHeader{
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
.LeftNav {
	padding-left: 2px;
	margin-bottom: 7px;
	line-height: normal;
}
.caption{
	color: #005288;
	font-size: 8pt;
}
.Link{
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	line-height:normal;
}
.Link2{
	color: #333366;
	text-decoration: none;
	font-size: 8pt;
}
.Link:hover{
	color: #005288;
	text-decoration: underline;
	font-size: 8pt;

}
.Link2:hover{
	color: #23060a;
	text-decoration: underline;
	font-size: 8pt;

}
.footnote {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}

.footerWhite {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
}

.Footer {
	color: black;
	text-decoration: none;
	font-size: 8pt;
	font-style: italic;
}
.FooterCopy {
	color: #999999;
	text-decoration: none;
	font-size: 7pt;
	font-style: italic;
	line-height: 98%;
}


.sub_photo {
	font-size: 11px;
	font-weight: bold;
}

p.listIntro {
margin-bottom: 0px;
padding-bottom: 0px;
} 

ul.bulletListSquare {
	margin-top: 0px;
	margin-bottom: 15px;
}
.bulletListSquare {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 6px;
	padding-left: 0px;
	list-style: square;
	color: #005288;	
}
.bulletListSquare li {
	margin-top: 0px;
	padding-left: 0px;
}
.bulletListSquare li span {
	color:#000000;
}

ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 6px;
	padding-left: 0px;
	list-style: disc;
}
.bulletList li {
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom:15px;
}

ul.bulletListWhite {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListWhite {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 6px;
	padding-left: 0px;
	list-style: disc;
	color:#FFFFFF
}
.bulletListWhite li {
	margin-top: 0px;
	padding-left: 0px;
}

ul.bulletListCheck {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletListCheck {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#bulletListCheck li  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 16px;
	background-image: url(../images/bullet_check.gif);
	background-repeat: no-repeat;
}

.outC {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in2C {
  display:block; 
  background:#777; 
  border:1px solid #999; 
  position:relative;
  padding:1px;
  margin:1px;
  }
.inC {
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }

.normalC {width:318px; !important}