@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,  cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}



body {
	margin:0px;
	padding:0px;
	background-color: #FFF;
	background-image: url(../img/page_background_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #4D5966;
}
a:link {
	color: #415B74;
}
a:visited {
	color: #415B74;
}
a:hover {
	color: #022446;
}
a:active {
	color: #789;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	line-height: 20px;
	display: block;
	left: 265px;
	text-align: left;
	border-bottom: 2px solid #4B637C;
	margin-bottom: 10px;
	padding-bottom: 4px;
	color: #415B74;
}
h1 span {
	font-size: 13pt;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #415b74;
	font-style: oblique;
	border-bottom: 1px solid #4B637C;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 2px;

}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 8px;
	color: #FFF;
	background-color: #5E748C;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.5em;
	margin-bottom: 12px;
	font-size: 10pt;
	font-weight: normal;
	color: #4D5966;
}
blockquote {
	display: block;
	padding: 20px;
}
blockquote p {
	font-size: 16px;
	margin: 0px;
	font-style: oblique;
	font-weight: bold;
	color: #415B74;
	text-align: center;
}

.p_smaller {
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	color: #8696A6;
	line-height: normal;
	padding-right: 10px;
	padding-left: 10px;
}

#table_col_middle ul {
	margin-bottom: 8px;
}
#table_col_middle li {
	background-image: url(../img/sidebar_bullet.gif);
	background-position: 18px 7px;
	padding-left: 30px;
	background-repeat: no-repeat;
	font-size: 10pt;
	line-height: 1.5em;
}


#table_col_middle  a img {
	border: 1px solid #415B74;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
