﻿body {
	background-position: center top;
	margin: auto;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	top: 0px;
	background-image: url('images/mainbg-grad.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.main-div {
	background-position: left top;
	margin: auto;
	width: 900px;
	height: 650px;
	background-color: #000000;
	text-align: center;
	background-image: url('images/divbg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

td.smbanner {
	vertical-align:top;
	width: 150px
}

.nav-bar{
	background-position: center top;
	padding: 0px;
	margin: 4px auto 2px auto;
	width: 902px;
	height: 30px;
	background-color: transparent;
	text-align: center;
	overflow: hidden;
	background-attachment: scroll;
}
a img {
	border-style: none;
	text-transform: none;
	text-decoration: none;
}
a {
	border-style: none;
	text-transform: none;
	text-decoration: none;
}

.whatsnew{
	border: 3px double #1C3C53;
	width: 480px;
	height: 225px;
	vertical-align: top;
	padding: 0px;
	overflow: auto;
	text-align: left;
	font-weight: bold;
}

span.hlt{
	color: #FF3300;
	font-style: italic;
	font-weight: bold;

}
a:active {
	color: #A0C8F5;
	text-decoration:none;
}

a:visited {
	color: #A0C8F5;
	text-decoration:none;
}

a:link {
	color: #A0C8F5;
	text-decoration:none;
}
a:hover {
    text-decoration: line-through;
    color: #ffffff;} 

