@charset "utf-8";
/* CSS Document */

/******** GENERAL ********/ 

address,
blockquote,
body, dd, div,
dl, dt,
fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, iframe,
noframes,
object, ol, p,
ul, applet,
center, dir,
hr, menu, pre {
	color:#323a2f;
	display:block; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2;
	text-align:left;
}
#wrapper {
  border:none;
  margin:0 auto;
  text-align:left;
  width:1242px;
}
p, ol, ul {
	font-weight:400;
	margin-bottom:1.0em;
	margin-top:1.0em;
}
h1,h2 {
	color:#2368a9;
	font-weight:bold;
	margin-bottom:1.0em;
}
h2,h3 {
	margin-bottom:1.0em;
	margin-top:1.0em;
}
a:hover {
	color:#084887;
	text-decoration:underline;
}
a:link{
	color:#084887;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#084887;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#084887;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#084887;
	text-decoration:underline;	
}
hr { 
	border:none;
	border-top:1px solid #e2ecf6;
	color:#e2ecf6;
	height:1px;
	margin:auto;
}
ul {
list-style-image:url(/img/bullet.gif);
}


h1 { 
	font-size:18px;
	margin-top:-3px;	
}
h2 { 
  font-size:13px;
}
h3 { 
  font-size:13px;
}
p { 
	font-size:12px;
	margin-bottom:1.0em;
}
table { 
	font-size:12px;
	width:685px;
}
table tr { 
	vertical-align:top;
}
table tr.odd {
	background-color:#fbfcfd;
}
table tr.odd td {
	border-bottom:1px solid #e8eaec;
	border-top:1px solid #e8eaec;
}
table td { 
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	margin:0;
	padding:8px;
}
table tr.odd td.tdLeft {
	border-left:1px solid #e8eaec;
}
table tr.odd td.tdRight {
	border-right:1px solid #e8eaec;
}
table thead tr th {
	background-color:#e9f3fc;
	margin:0;
	padding:10px 8px 10px 8px;
	vertical-align:middle;
}
ul li, ol li { 
	font-size:12px;
}
hr {
	border:none;
	border-top:1px solid #e2ecf6;
	color:#e2ecf6;
	height:1px;
}

/****** MISCELLANEOUS ******/
.clearfloat {
	clear:both;
	height:10px;
	font-size:1px;
	line-height:0px;
}
.floatleft {
	float:left;
}
.floatright{
	float:right;
}
.clearfloat0 {
	clear:both;
	height:0px;
	font-size:1px;
	line-height:0px;
}
.strong {
	font-weight:bold;
}
