body
{ 
background-image: url(/images/bg_grey.gif);

font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
margin:0;
padding:0; 

}

:link { text-decoration: none; color: #336699; }
:visited { text-decoration: none; color: #336699; }
a:active { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #333333; } 

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
a.text:link { text-decoration: none; color: #666699; }
a.text:visited { text-decoration: none; color: #666699; }
a.text:hover { text-decoration: none; color: #cc3300; }
a.text:active { text-decoration: none; color: #cc3300; }

.text_light{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
}

.category{
	font-family: Arial, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666699;
	line-height: 15px;
	
}
a.category:link { text-decoration: none; color: #333366;}
a.category:visited { text-decoration: none; color: #333366;}
a.category:hover { text-decoration: none; color: #cc3300;}
a.category:active, a.category.active { text-decoration: none; color: #cc3300;}



.headline{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 15px;
	font-weight: bolder;
}
a.headline:link { text-decoration: none; }
a.headline:visited { text-decoration: none; }
a.headline:hover { text-decoration: underline; }
a.headline:active { text-decoration: underline; }

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
		color: #333333;
}
a.formtext:link { text-decoration: none; }
a.formtext:visited { text-decoration: none; }
a.formtext:hover { text-decoration: underline; }
a.formtext:active { text-decoration: underline; }


.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		color: #333333;
		padding: 5px;
}


/* new */
td.headline a, td.headline a:visited, td.headline a:hover {
	color: #fff;
}

td.headline a:hover {
	text-decoration: underline;
}
