body	{
	background: #ffffff;
	font-family: Tahoma, arial, helvetica, sans-serif;
	color: #000000;
	line-height: 14px;
	font-size: 11px;

}
#section_title{
	text-transform: uppercase;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	font-size: 11px; 
	margin-bottom: 20px;
	color: #493D5A;
}

#section_txt{
	text-align: left;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 13px;
	font-size: 11px;
}

#bottom_black{
	background: #ffffff;
	height: 250px;
	width: 200px;
}


/* /////////////////// GENERAL LINK STYLES //////////////////////*/

a:link {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal; 
	text-decoration : none;
	color: #493D5A;
	background: transparent; 
	}
	
a:visited {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal; 
	text-decoration : none;
	color: #493D5A;
	background: transparent; 
	}
	
a:hover {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	background: #493D5A;
	font-weight : normal; 
	text-decoration : none;
	color: #ffffff;
	}

a:active {
	font-family: tahoma, arial, helvetica, sans-serif;l
	font-size: 11px;
	font-weight : normal; 
	text-decoration : none;
	color: #493D5A;
	background: transparent;  
}

/* ///////////////////////////////////////////////////////////////////////////*/
