body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #E3E3E3;
}

body,td,th {
	font-family: Lucida Sans Unicode, Verdana;
	font-size: 13px;
	color: #666666;
	line-height:20px;
}

.copyright {font-size: 12px;color: #999999;}

a.copyright:link, a.copyright:active, a.copyright:visited, {color: #999999; }

a.copyright:hover{color: #F98100;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #002367;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #002367;
	font-weight: normal;
	text-transform: uppercase;
}

a:link {color: #F98100;	text-decoration: none;}

a:visited {text-decoration: none; color: #F98100;}

a:hover {text-decoration: none;	color: #F98100;}

a:active {text-decoration: none; color: #F98100;}


.red {
	color: #F98100;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
}
a.red:link, a.red:visited, a.red:hover, a.red:active{color: #F98100; text-decoration:none; border-bottom-color: #cccccc;}