h1, h2, h3 {
	font-family : "Arial", "sans-serif";
}

h1 {
	font-size : 18pt;
	font-weight : bold;
	color : #000099;
	margin-top : 0;
	margin-bottom : 0;
}

h2 {
	font-size : 14pt;
	font-weight : bold;
	color : #660099;
	margin-top : 0;
	margin-bottom : 0;
}

h3 {
	font-size : 12pt;
	font-weight : bold;
	color : #00CC00;
}

body {
	background:#660099 url('images/bg.jpg') fixed left top; 
}

p, body  {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", "sans-serif";
}

TD {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", "sans-serif";
}

ul, ol {
	font-family : "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

LI {
	font-family : "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

A  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #000099;
	text-decoration: none;
}

A:Visited  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #660099;
}

A:Active  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #00CC00;	
	text-decoration : underline;	
}

A:Hover  {
	text-decoration : underline;
	color : #00CC00;
	font-weight : bold;
}

.copy  {
	font-size : 8pt;
	color : #000099;
	font-weight : bold;
	font-family : "Arial", "sans-serif";
}

.links {
	font-size : 12pt;
	color : #000099;
	font-weight : bold;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #BB88DD;
text-decoration: none;
}
