.foot_menu 
{
	font-size:12px;
	color:#333333;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height: 20px;
}
a.foot_menu 
{
	color:#333333;
	text-decoration:none;
}

a.foot_menu:hover 
{
	color:#990000;
	text-decoration:none;
}
.body_text
{
	font-size:12px;
	color:#333333;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}
.title_text
{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}

/* class for objects that you want to float to the right */
.float-right	{
	float:right;
	margin: 0 0 10px 10px;
	}
	
/* class for clearing floats */
.clearfloat	{
	clear:both;
	}
