body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	text-align: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:visited {
	color: #0C437B;
	text-decoration: none;
}
a:hover {
	color: #0C437B;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin:12px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
p, li, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	font-size: 10pt;
}
ul, ol {
	margin: 0px 0px 12px 36px;
}
li {
	padding: 0px 0px 0px 10px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
code {
	font-family: Courier New, Courier, mono;
	font-size: 12pt;
}
blockquote {
	margin: 12px 0px 12px 36px;
}
img {
	border: none;
}
.title {
	margin:0px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#165BAD;
}
td{
	/*VERTICAL-ALIGN: top;*/
}