
h1
{
font-family: Georgia, Verdana, Helvetica, sans-serif;
font-size: 12pt/16pt;
margin-top: 5px;
margin-bottom: 20px;
color: #3399FD;
}

#headerlink
{
font-family: Georgia, Verdana, Helvetica, sans-serif;
font-size: 12pt/16pt;
margin-top: 5px;
margin-bottom: 20px;
border-bottom: 1px dotted #3399FD;
color: #3399FD;
}

h2,h3
{
font-family: Georgia, Verdana, Helvetica, sans-serif;
font-size: 9pt/11pt;
margin-top: 15px;
margin-bottom: 15px;
color: #222222;
}

body, p, table, li
{
background-color: #F6F6F6;
font-family: Georgia, Verdana, Helvetica, sans-serif;
font-size: 9pt/11pt;
color: #222222;
}

ul{list-style: disc}
ol{list-style: decimal}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px dotted inherit;
	color: inherit;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px dotted inherit;
	color: inherit;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none;
	border-bottom: 1px dotted #3399FD;
	color: #3399FD;
	}
