body {
	background-color:#000000;
	background-image:url(../images/body_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0px;
}

td {
	font-family: Arial;
	font-size : 12px;
	color: #000000;
	line-height: 1.3;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}

textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
	background-color: #FFFfff; 
}
select { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #FFFfff; 
}


a.menu, a.menu:link, a.menu:active { font-family : Arial;font-size : 13px;font-weight:bold;text-decoration : none;color : #FFFFFF;}
a.menu:hover {font-family : Arial;font-size : 13px;font-weight:bold;text-decoration : none;color : #F0BF01;}

a, a:link, a:active { font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : underline;color : #F0BF01;}
a:hover {font-family : Arial;font-size : 12px;font-weight:normal;text-decoration : none;color : #F0BF01;}

a.news, a.news:link, a.news:active { font-family : Arial;font-size : 12px;font-weight:bold;text-decoration : none;color : #FFFFFF;}
a.news:hover {font-family : Arial;font-size : 12px;font-weight:bold;text-decoration : underline;color : #000000;}


.title {
	color:#000000;
	font-family: Californian FB, Arial;
	font-size:24px;
	font-weight:bold;
}
