h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 5px 8px 0px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 2px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 5px 3px;
}
h3.underline {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #47577F;
}
.h4 {
	font-size: 11px;
	font-style: italic;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E3852;
	scrollbar-face-color: #ADBBDA;
	scrollbar-highlight-color: #D2DCF4;
	scrollbar-3dlight-color: #D2DCF4;
	scrollbar-darkshadow-color: #2E3852;
	scrollbar-shadow-color: #2E3852;
	scrollbar-arrow-color: #2E3852;
	scrollbar-track-color: #47577F;
}
a{
	color: #2E3852;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
p {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}
p.indent {
	margin-left: 16px;
}
a img {
	border: none;
}
blockquote {
	font-size: 11px;
	text-align: right;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.qoute_emphasis{
	font-weight: bold;
}
.qouted{
	font-weight: bold;
	text-align: right;
	font-style: normal;
	font-size: 11px;
	margin-right: 20px;
}
.quotemark-l{
	position: relative;
	overflow: hidden;
	height: 8px;
	width: 13px;
	left: -5px;
}
.quotemark-r{
	position: relative;
	overflow: hidden;
	height: 8px;
	width: 13px;
	right: -5px;
}
.award {
	font-weight: bold;
	font-size: 11px;
}
img {
	border: none;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	line-height: 12px;

}
ul.nospacebefore {
	margin-top: 6px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E3852;

}
th{
	font-size: 11px;
	font-weight: bold;
}
th.underline{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2DCF4;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D2DCF4;

	}
a:visited {
	color: #47577F;
}
