a:link, a:visited, a:active {
	color: #339;
	text-decoration: none;
}

a:hover {
	color: #33C;
	text-decoration: underline;
}

body {
	background-color: white; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0px;
	padding-top: 0px;
	text-transform: none;
	word-spacing: normal;
}

h1 { font-size: 2em; font-weight: 700; }

h1, h2, h3, h4, h5 {
	color: #003366;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

h2 { font-size: 1.75em; font-weight: 700; }

h3 { font-size: 1.58em; font-weight: 500; }

h4 { font-size: 1.33em; font-weight: 500; }

h5, dt { font-size: 1em; font-weight: 700; }

h6 { font-size: .8em; font-weight: 700; }

hr {
	border-bottom-width: 1px;
	border-style: dashed;
	color: #666666;
	height: 1px;
}

img {
	border: :0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

input {
	font-size: 8pt;
}

ol li { list-style-type: decimal; }

ol ol li { list-style-type: lower-alpha; }

ol ol ol li { list-style-type: lower-roman; }

select { font-size: 8pt; }

table, td, th, thead, tfoot {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}
td {
	font-size: 10pt;
	font-weight: normal;
}
tfoot, thead, th {
	font-size: 1em;
	vertical-align: baseline;
	white-space: nowrap;
	font-weight: bold;
}

ul li { list-style-type: square; }

ul li li { list-style-type: disc; }

ul li li li { list-style-type: circle; }

