body, h1, h2, h3, h4, tr, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, ul, ol,  div,
pre, hr { display: block }

b, strong, i, img, span, li { display: inline }

h1, h2, h4 { margin-top: 1em; margin-bottom: 1em }
h1, h3 { text-align: center }
h1, h2 {font-weight: bold }

h1 { font-size: large }
h2 { font-size: medium }
h3 {
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #003366;
	border: 0.1px solid #003366;
}
h4 { font-size: 16px; color: #003366; width: 100% }

ul {list-style: disc }
ol { list-style: decimal }
li { margin-left: 3em }

a:link { text-decoration: none; color: #0000FF; font-weight: normal }
a:visited { text-decoration: none; color: #0000FF; font-weight: normal }
a:active { text-decoration: none; color: #0000FF; font-weight: normal }
a:hover { text-decoration: underline; color: #0000FF; font-weight: normal }

p.copyright { color: #FFFFFF; text-align: center; font-size: 11px; }
.copyright a:link { text-decoration: underline; color: #FFFFFF; font-size: 11px; }

table.container {
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-color: #003366;
}

th.container { color: #FFFFFF; background-color: #003366; }

td.container { background-color: #EEEEEE; }

td.highlight { background-color: #C9CCFF; }

td.small { font-size: 10px; }

tr.highlight { background-color: #C9CCFF; }
