@charset "utf-8";

body {
	background-color: #000000;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#FF0000;
}


h1 {
	font-size:18px;
}


.tDiv {
	width:600px;
	text-align:left;
	padding-top:30px;
	padding-bottom:50px;
	line-height:1.5em;
}

.tDivCent {
	width:600px;
	text-align:center;
	padding-top:30px;
	padding-bottom:50px;
	line-height:1.5em;
}


.menuBox {
	width:661px;
	height:25px;
	margin-top:40px;
	padding-bottom:10px;
	padding-left:26px;
	background-image:url(img/menuline.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.menuMargin {
	margin-left:15px;
}

.menu1 {
	background-image:url(img/menu1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:167px;
	height:25px;
	float:left;
	display:block;
}

a.menu1:hover{
	background-position:top;
}

.menu2 {
	background-image:url(img/menu2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:85px;
	height:25px;
	float:left;
	display:block;
}

a.menu2:hover{
	background-position:top;
}


.menu3 {
	background-image:url(img/menu3.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:161px;
	height:25px;
	float:left;
	display:block;
}

a.menu3:hover{
	background-position:top;
}


.menu4 {
	background-image:url(img/menu4.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:90px;
	height:25px;
	float:left;
	display:block;
}

a.menu4:hover{
	background-position:top;
}

.menu5 {
	background-image:url(img/menu5.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:74px;
	height:25px;
	float:left;
	display:block;
}

a.menu5:hover{
	background-position:top;
}

.newsBox {
	width:400px;
	margin-top:40px;
	padding-bottom:10px;
}
