html, body
{
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

div.main
{
	margin: 0px auto 0px auto;
	width: 908px;
	height: 100%;
	position: relative;
	text-align: center;
}

table.main
{
	/*padding: 0px;*/
	margin: 0px;
	border: 0px;
	width: 900px;
	height: 100%;
}

td.top
{
	height: 276px;
}

td.bottom
{
	background-image: url(../img/bottombg.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-family: arial;
	font-size: 8px;
	color: #959494;
	vertical-align: middle;
  text-align: center;
}

td.bottomTxt
{
	font-family: arial;
	font-size: 9px;
	color: #959494;
	vertical-align: middle;
  text-align: center;
}

td.lang
{
	height: 39px;
	text-align: center;
	background-color: #E0E0E0;
}

.langTxt
{
	font-family: arial, sans serif;
	font-size: 9px;
	font-weight: bold;
	color: #3c3c3c;
	text-align: right;
}

table.lang
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 18px;
}

td.Rlang
{
	height: 39px;
	background-color: #ECECEC;
	text-align: right;
}

.RlangTxt
{
	font-family: arial, sans serif;
	font-size: 9px;
	font-weight: bold;
	color: #3c3c3c;	
}

.RlangTxt
{
	text-decoration: none;
}


td.news
{
	background-image: url(../img/redbg.gif);
	background-repeat: repeat-x;	
	height: 30px;
	padding-left: 28px;
	vertical-align: middle;
	font-family: verdana, sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

a.news
{
	font-family: verdana, sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


td.menu
{
	background-image: url(../img/greybg.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 13px;
}

td.banner
{
	height: 206px;
}

td.left
{
	background-color: #E0E0E0;
}

td.content
{
	vertical-align: top;
	padding-top: 45px;
}

div.clear
{
	clear: both;	
}

.red
{
	color: #FF0000;	
}

.bold
{
	font-weight: bold;	
}

.center
{
	text-align: center;	
}

/* Login */

#login
{
	width: 300px;
	margin: 0px auto ;	
	text-align: left;
	border: 1px solid #000000;
	padding: 10px;
}

#login legend
{
	font-weight: bold;
	font-family: Arial, Verdana, "Sans Serif";	
}

#login p
{

	margin: 5px 0px;
	clear: both;
}

#login label
{
	display: block;
	width: 100px;
	float: left;
	line-height: 20px;
}

#login input
{
	float: right;
	width: 180px;	
}

#login input.submit
{
	float: right;
	width: 80px;	
}

