/* CSS Document */

a:link {color: #000000; text-decoration:none}
a:visited {color: #000000 ; text-decoration:none}
a:hover {color: #000000; text-decoration:none}
a:active {color: #000000; text-decoration:none; font:}
.style1 {font-weight: bold}


div { 
position: absolute; 
background-color: #ffffff; 
padding: 5px; 
color:#272727;
display: none;
width:245px;
border: #75b643 1px dashed;
font-family:Tahoma;
font-size:12px;
} 


body
{
	margin:0px;
	background-color:#F8F7E3;
}

.black_text
{
	font-family:Tahoma;
	font-size:12px;
	color:#383737;
	text-decoration:none;
}

.red_text
{
	font-family:Tahoma;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
}

.cols
	{
	float:left;
	 background:url(images/spacer_2_32.gif) top right repeat-y ;
	 padding-left:5px;
	 padding-right:5px;
	 width:145px;
	}	 
