body
{
	font-family: Arial, Times, serif;
	/*background: #758b95 url(/images/bg.png) top repeat-x;*/
	background-color: #99A9AF;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

a 
{ 
	color: #FFCC33; 
	text-decoration: none;
}

a:hover 
{
	color: #FFFFFF;
}

/*
a:active { color:#FFCC33; }
a:visited { color:#FFCC33; }
a:link { color:#FFCC33; }
*/

h1
{
	font-size: 18px;
	display: inline;
	left: 5px;
	top: -15px;
	position: relative;
}

h2
{
	color: #FFCC33;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
}

h3
{
	color: #FFCC33;
	margin: 5px auto;
	position: relative;
}

.main
{
	width: 702px;
	margin: 35px auto 20px auto;
}

#logo
{
	height: 83px;
	width: 702px;
	background: url('/images/logo.png') no-repeat top;
	float: left;
}

.logo
{
	height: 83px;
	width: 702px;
	background: #000000 url('/images/top.gif') no-repeat top;
	float: left;
}

.logo_img
{
	margin-top: 20px;
	margin-left: 10px;
}

#logo_title
{
	font-size: 22px;
	font-weight: bold;
	display: inline;
	left: 15px;
	top: -15px;
	position: relative;
}

#menu
{
	width: 702px;
	height: 60px;
	background: #000000 url('/images/menubg.gif') repeat-x;
	float: left;
}

#separator
{
	float: left;
	height: 17px;
	width: 702px;
	background: url('/images/separator.png');
}

#head
{
	float: left;
	height: 271px;
	width: 702px;
	background: url('/images/mainbg.jpg');
}

.head_text
{
	font-size:30px;
	padding-top:24px;
	margin-left:20px;
}

.head_img
{
	width: 360px;
	padding-top: 30px;
	height: 107px;
}

.head_info
{
	text-align: right;
	width: 360px;
	font-size: 22px;
	padding-top: 10px;
}

.footer
{
	width: 702px;
	height: 50px;
	text-align: center;
	color: #323D47;
	font-size: 10px;
	margin-top: 10px;
}

.mitem
{
	height: 45px;
	width: 85px;
	float: left;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #000000;
}

.mitem_over
{
	background: #FFCC00;
	cursor: pointer;
	color: #000000;
}

.cont_lt
{
	width: 702px;
	background: #313C42 url(/images/bottom.png) bottom no-repeat;
	padding-bottom: 10px;
}

.block_text
{
	margin: 0 20px;
	font-size: 14px;
	color: #DDDDDD;
}

th
{
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
}

.pad_right
{
	padding-right: 20px;
}

.newss
{
	background-color: #435867;
	color: #FFCC33;
	margin-bottom: 40px;
	margin-left: 80px;
	padding: 2px;
	width: 540px;
}

.n_title
{
	margin-bottom: 5px;
	border-bottom: 1px #28333D dashed;
}

.n_text
{
	margin-bottom: 5px;
}

.n_time
{
	font-size: 10px;
}

/*************************************************************************************/

#msg_error
{
	background: #FF7F84 url(/images/div_error.png) no-repeat left;
	padding: 2px 2px 2px 25px;
	color: red;
	border: 1px solid red;
	font-weight: bold;
	width: 667px;
	float: left;
	margin: 3px;
}

#msg_ok
{
	background: #7FFF84 url(/images/div_ok.png) no-repeat left;
	padding: 2px 2px 2px 25px;
	color: green;
	border: 1px solid green;
	font-weight: bold;
	width: 667px;
	float: left;
	margin: 3px;
}