body, ul, ol, li, p, div, td, th, address, blockquote, nobr, input, textarea
     {
	font-family: "Arial", "Helvetica", "Tahoma", "Futura", sans-serif;
	font-size : 9pt;
	color : Black;
	background-color : White;
}

h1, h2, h3, h4, h5, h6
     {
	font-family: "Arial", "Helvetica", "Tahoma", "Futura", sans-serif;
	font-weight : bold
	font-size: 10pt;
	color : Black;
}

a:link    {
	color: #0000C0;
	text-decoration: none;
}
a:visited {
	color: #6A6AEF;
	text-decoration: none;
}
a:active  {
	color: #C00000;
	text-decoration: none;
}
a:hover   {
	color: #C00000;
	text-decoration: none;
}

.colgrey { color: #CCCCCC; }
.colblue { color: #A5C2DC; }

.fontsansserif {  
	font-family: "Arial", "Helvetica", sans-serif;
}

.fontserif {
	font-family: "Times New Roman", Times, serif;
}

.fontsmono {
	font-family: "Courier New", "Courier", mono;
}
