a:link
{
	text-decoration:  none;
	font-weight:bold;
	color:#DFDFDF;
} 

a:visited
{
	text-decoration:  none;
	font-weight:bold;
	color:#DFDFDF;
} 

a:hover
{
  	text-decoration:  underline;
	font-weight:bold;
	color:#FFFFFF;
} 

a:active
{
 	text-decoration:  underline;
	font-weight:bold;
	color:#FFFFFF;
}

font.previous
{
	font-weight:bold;
	font-style:italic;
	color:gray;
}


#description
{
	font-family:sans-serif;
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
}

body
{
	font-family: arial, sans-serif;
	font-size:10pt;
	background-color:#353130;
	color:#CCCACB;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	scrollbar-face-color:#443B36;
	scrollbar-highlight-color:#7C7666;
	scrollbar-3dlight-color:#443B36;
	scrollbar-darkshadow-color:#151110;
	scrollbar-shadow-color:#252120;
	scrollbar-arrow-color:#7C7666;
	scrollbar-track-color:#271F1D;
}