body {
	background-color:#FFFFFF;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
}

h1 { font-family: Arial, sans-serif; font-weight: bold; font-size: 35px; }
h2 { font-family: Arial, sans-serif; font-weight: bold; font-size: 25px; }
h3 { font-family: Arial, sans-serif; font-weight: bold; font-size: 22px; }
h4 { font-family: Arial, sans-serif; font-weight: bold; font-size: 18px; }


p {
	font-size:10pt;
}

table {
	display:block;
	border:solid 3px #6699cc;
	background-color: #6699cc;
	
}

table.pageheader {
	border: none;
	background-color:#6699cc;
	padding: 0;
	spacing: 0;
	border-collapse: collapse;
}
td.pagehead {
	padding: 0;
	spacing: 0;
	background-color: #006699;
	background-image: url("img/gr760.gif");
	background-repeat: no-repeat;
} 
td.pagehead2 {
	padding: 0;
	spacing: 0;
	background-color: #006699;
} 
td {
	background-color: white;
	font-size:10pt;
	font-weight:bold;
	padding: 5px;
	width: 250px;
}
th.heading {
	background-color:#6699cc;
	color:white;
	font-weight:bold;
	border: none;
}
TH {
	text-align: left;
	background-color:#6699cc;
	color:white;
	font-weight:bold;
	border: none;
}

td.heading {
	background-color:#6699cc;
	color:white;
	font-weight:bold;
	border: none;
}

a:link    {
	color:#006699;
	font-size=8pt;
}
a:visited {
	color:#006699;
	font-size=8pt;
}
a:hover   {
	color:#6699CC;
	text-decoration:none;
}

div.topper {
	position: absolute;
	left:0;
	top: 0;
}

