@charset "UTF-8";
/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body.main
{
	background-color: #808080;
	background-image: url(images/bkg.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
	background-repeat: repeat-x;
}

body.news
{
	background-color: #000033;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
}

a,
a.default
{
	color: #ABABAB;
	text-decoration: none;
}

a.menu
{
	color: #ABABAB;
	text-decoration: none;
	margin-left: 10px;
}

a:hover 
{
	color: #FF6600;
	text-decoration: none;
}

.odd
{
	background-color: #000022;
}

.even
{
	background-color: #000033;
}

.news_title
{
	color: #ff6600;
	font-size: 14px;
	text-align: left;
	padding: 4px;
}

.news_text
{
	font-size: 12px;
	text-align: left;
	padding: 4px;
}

.news_link
{
	font-size: 11px;
}

div.fg_line
{
	border-top-color:#474747; 
	border-top-style: solid; 
	border-top-width: 1px;
	border-bottom-color: #FF6600;
	border-bottom-style: solid; 
	border-bottom-width: 1px;"
}

.bg_color
{
	background-color: #000033; 
}

.fg_color
{
	color: #ff6600;
}
