/* CSS Document */
body, tr, th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;	
}

#main {
	width:710px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}
body {
	background-color: #000000;
}


#menu {
	font-size:14px;
	background-color:#000000;
	color:#BEBDBD;
	height:25px;
	font-weight:bold;
}

#menu a {
	color:#BEBDBD;
	text-decoration:none;
}

#menu a:hover {
	color:#BEBDBD;
	text-decoration:underline;
}

#newsletter {
	background-image:url(../images/newsletter_bg.jpg);
	background-repeat:no-repeat;
	width:189px;
	height:120px;
	margin:5px;
	color:#505050;
	padding:5px;
}

#newsletter p {
	color:#505050;
}

#whatsnew {
	background-image:url(../images/box_bg.jpg);
	background-repeat:repeat-y;
	width:187px;
	margin:5px;
}

.header {
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#B8000A;
}

h1 {
	color: #FFFFFF;
	font-size:16px;
	margin:5px;
	font-weight:normal;
	font-smooth:always;
}

h2 {
	color: #F1A400;
	font-size:12px;
	font-weight:normal;
	margin:5px;
}

h3 {
	color:#FFFFFF;
	font-size:14px;
	margin:5px;
}

h3 .att {
	color:#C9101A;	
}

h4 {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	margin:5px;
}

h4 .att {
	color:#FFFFFF;
}

h5 {
	color:#E09408;
	font-size:12px;
	font-weight:normal;
	margin:0px 5px 0px 5px;
}

p {
	margin:0px 5px 5px 5px;
	color: #FFFFFF;
	text-align:left;
}

ul {
	list-style-image:url(../images/bullet.jpg);
	list-style-position:inside;
	color: #4E596B;
	margin:5px 0px 5px 0px;
	line-height:16px;
}

a {
	text-decoration:underline;
	color: #C9101A;
}

.img_left {
	margin:0px 15px 10px 0px;
	float:left;
}

#footer {
	color:#830007;
	padding:5px 15px 5px 15px;
	font-size:10px;
}
