body
{ 
		scrollbar-arrow-color: white; 
		scrollbar-base-color: #757575; 
		scrollbar-darkshadow-color: white; 
		scrollbar-track-color: #757575; 
		scrollbar-face-color: #808285; 
		scrollbar-shadow-color: white; 
		scrollbar-highlight-color: white; 
		scrollbar-3dlight-color: #757575;
}
body, p, td, th
{
	font-family: verdana, tahoma, helvetica;
	font-size: 9pt;
}
a
{
    text-decoration: none;
}
a:link, a:active, a:visited
{
    text-decoration: none;
    color: #326598;
}
a:hover
{
    color: #003366;
    text-decoration: underline;
}
a:link.normallinks, a:active.normallinks, a:visited.normallinks
{
    text-decoration: none;
    color: #326598;
}
a:hover.normallinks
{
    color: #003366;
    text-decoration: underline;
}
a:link.toplinks, a:active.toplinks, a:visited.toplinks
{
    text-decoration: none;
    color: white;
	font-variant: small-caps;
}
a:hover.toplinks
{
    color: #0066cc;
	background-color: #e1e1e1;
    text-decoration: none;
}
a:link.footer, a:active.footer, a:visited.footer
{
	color: #ffffff;
    text-decoration: none;
}
a:hover.footer
{
    text-decoration: underline;
}
.header
{
	font-size: 24px;
	font-variant: small-caps;
	color: b22222;
	font-weight: bold;
	font-style: italic;
}
.copy
{
	font-size: 7pt;
	color: white;
	font-style: italic;
}

#pop
{
	display: none;
	width: 500px;
	padding-left: 50px;
}
.borderdiv
{
	border: solid 1px black;
	padding: 10px;
	background-color: white;
}
