<style>
<!--
body 
{
	font-family: verdana, arial, helvetica;
	font-size: 12px;

	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-ARROW-COLOR: #FFCC99;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFCC99;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #FFFFCC;
	SCROLLBAR-DARKSHADOW-COLOR: #FFCC99;
}
td {
	font-size: 12px;
	color: #CC6633;
}

ul {
	margin-top : 1;
	margin-bottom: 7;
	margin-left: 17;
}

li { 
	margin-top: 7;
	margin-bottom: 1;
	margin-left: 7;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}

p.title {
	line-height: 12px;
	font-size: 13px;
	color: red;
	font-weight: bold;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	line-height: 20px;
	font-size: 12px;
	color: #CC6633;
}

table.normal {
	border: 1px solid;
	border-color: black;
}
table.tableGrey {
	border: 1px solid;
	border-color: #CCCCCC;
}

a:link {color: red; font-family: verdana, arial, helvetica, sans-serif;  font-size: 12px; text-decoration: underline; }
a:visited {color: red; font-family: verdana, arial, helvetica, sans-serif;  font-size: 12px; text-decoration: underline; }
a:active {color: red; font-family: verdana, arial, helvetica, sans-serif;  font-size: 12px; text-decoration: underline; }
a:hover {color: blue; font-family: verdana, arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none; }
</style>
