/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #423B2A;

	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #374072;
}

ul li { list-style: square }
ol li { margin: 4px 0px 2px 0px; }

table { font-size: 11px; margin-bottom: 16 }
td, th { vertical-align: top }
img { border: none }
p { line-height: 1.5em; }
h1 { font-size: 16px; border-bottom: dotted 1px #423B2A; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

a:link    { color: #374072 }
a:visited { color: #374072 }
a:active  { color: #374072 }
a:hover   { color: #B54400 }
