body {
	background-color: #333333;
	font-family: Verdana, Arial, Sans-Serif;
	color: #B0B0B0;
	text-align: center;
	margin: 0 0 0 0;
}

table.Main {
	background-color: #000000;
	/* border: 2px solid #959596; */
	font-family: Verdana, Arial, Sans-Serif;
	color: #B0B0B0;
	text-align: center;
	margin: 10px auto;
	padding: 0;
	width: 760px;
	height: 570px;
}

table.Main td {
	font-size: 12px;
}

.tdBG {
	text-align: center;
	vertical-align: bottom;
	/*background-image: url(../img/bg_main3.png);*/
	background-repeat: no-repeat;
	height: 550px;
}

table.Main .tdNewz {
	text-align: left;
	vertical-align: bottom;
	padding: 15px;
	font-size: 10px;
}

table.Main .tdFooter {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #959596;
	font-size: 9px;
}

.nav {
	background-color: #333333;
	width: 230px;
}

h1 {
	font-family: Garamond, Serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px;
}

h2, h3 {
	font-family: Palatino Linotype, Serif;
}

h2 {
	font-size: 15px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #FD5A1E;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

a, h2 a:hover, h3 a:hover {
	color: #FD5A1E;
	text-decoration: none;
}

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

img {
	border: none;
}

div.article {
	width : 98%;
	height : 460px;
	overflow : auto; 
	/*
	background: Black;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/bg_trans.png');
}

div.article[class] {
	background-image: url(../img/bg_trans.png);
}

div.newsflash {
	width : 100%;
	height : 300px;
	overflow : auto;
}

.button {
  font-style       : normal;
  font-size        : 11px;
  font-weight      : bold;
  background-color : #F77500;
  color            : White;
  border           : 1px solid #CCCCCC;
}





