body, html
{
	height:100%;
	margin:10px;
/*	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; */
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #111111;
	background-color: #F6F6F6;
}

body
{
	margin:0;
    padding:0;
}

h1
{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000066;
}

h2
{
	color: #000099;
}

a:link, a:visited	
{
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #990000;
	text-decoration: none; 
}

.underline
{
	text-decoration: underline;
}

.highlight
{
	background-color: #FFFF00;
	padding: 2px;
}

.bullet_lists
{
padding-bottom: 10px;
}

.fine_print
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

#clear
{
	height:50px;
	overflow:hidden;
}

#footer
{
    font-size:8pt;
    color:#333366;
    background:#F2F2F2 url('../gfx/bottom-bg.gif') repeat-x;
    height:25px;
	position:absolute;
	bottom:0;
	width:100%;
    text-align:center;
    padding-top:3px;
}
