body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	scrollbar-arrow-color: #FF0000; scrollbar-3dlight-color: #C0C0C0; scrollbar-highlight-color: #000000; scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #000040; scrollbar-darkshadow-color: #C0C0C0; scrollbar-track-color: #DEDEDE;
}

h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	color: #0F2B64;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
h3 {
	color: #000000;
}
li {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 13px;
}

a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}

.highlight {
	color: #3C688E;
	font-size: 18;
	font-style: italic;
	font-weight: bold;
}

.outline {  border: #001A59; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.sub {
	font-size: 11px;
	color: #333333;
}.outlinewhite {border: #ffffff; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.outlineblack {border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
	

.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.p1 {
	font-size: 12px;
}
#content { padding:3px; }
#marginleft {
padding-left: 100px;
}