/* CSS Document */

.body_text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}
.smalltxt
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

.body_headline
{
 	font-family: Verdana, Arial, san-serif;
 	font-size: 18px;
	color: #663904;
	font-weight: bold;
}

.bullet_text
{
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 13px;
	color: #000000;
 	line-height: 20px;
}


A 
{ 
	color: #cc6600;   
	text-decoration: none; 
}

A:hover 
{ 
	color: #cc6600; 
	text-decoration: underline; 
}

A:visited 
{ 
	color: #666666; 
	text-decoration: none; 
}


.table_heading
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #663300;
}
