<style type="text/css">


a:link	{
	color:CC0000;
	text-decoration: none;
	}
	
a:active{
	color: CC0000;
	text-decoration: none;
	}

a:visited{
	color:CC0000;
	text-decoration: none;
	}
	
a:hover	{
	color:CC0000;
	background-color:CCCCCC;
	text-weight: bold;
	text-decoration: none;
	}

body	{
	scrollbar-face-color: #968F81;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #968F81;
	}
	
	
.formtext{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000; 
	background-color:#cccccc;
	}
	
.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-size: 10px;
	font-family: arial;
	font-weight: normal;
	padding: 1px 2px;
	background:url(images/formbg.gif) repeat-x left top;
	}


td.title { 
	  color: #333333;
	  font-size: 14px;
	  font-family: arial;
	  font-weight: bold;
	  font-stretch: extra-expanded }

td.headblackbold {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	}
	
td.headblack {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	}
	
td.content  {
	color: #000000;
	font-size: 12px;
	font-family: Arial
	}
	
td.contentbluebold {
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: #336699;
		}
	
td.contentwhite {
	font-family: arial;
	font-size: 10px;
	color: #666666;
	}
	
td.contentblack {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	}
	
td.footer  { color: 666666; font-size: 10px; font-family: arial; font-weight: bold }



</style>