html,body {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	color: #fff;
	font-family: Courier New, Tahoma, Arial, Verdana, sans-serif;
	font-size: .8em;
	background: #fff url(/static/img/bg_body.gif) no-repeat center top;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

ul,ol{
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;	
}

.content_box {
	color: #000;
	padding: 15px 0px 15px 0px;
	min-height:500px;
	/*background-image: url('/static/bg/ser24.gif');*/
}

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

a:hover {
	text-decoration: underline;
}

.content_box a {
	color: #000;
}

.content_box a:hover {
	color: #00f;
	text-decoration: underline;
}

.content_box2 a {
	color: #00f;
	text-decoration: underline;
}

.copyright {
	font-weight: bold;
	font-size: .9em;
	padding: 10px;
}

.sponsor {
	font-size: 10pt;
	padding: 10px;
	font-family: Arial;
}

.left_line {
	width: 100%;
	background-color: #546b78;
	height: 25px;
	margin: 5px 0px 5px 0px;
}

.list_table {
	width: 98%;
	margin: 10px;
}

.list_table_td {
	padding-left: 10px;
}

.list_table_border {
	border-bottom: 1px dashed #546b78;
}

.menu {
	font-family: Courier New;
	text-align: center;
	font-size: .95em;
}

.search_block {
	font-size: .8em;
	font-weight: bold;
	font-family: Myriad Pro;
	color: #546b78;
	letter-spacing: 2px;
}

.divider {
	clear: both;
}

.def_link a {
	text-decoration: underline;
	font-size: 0.9em;
	font-weight: bold;
	color: #5f737f;
}

.a_title {
	color: #5f737f;
	font-weight: bold;
	font-size: 1.1em;
}

.news_date {
	color: #5f737f;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

.main_banner {
	border: 1px solid #000000;
	margin: 0px 2px 2px 0px;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.news_table {
	border: 0px solid #000;
	width: 195px;
	margin-left: 10px;
}

.news_table_border {
	border-top: 0px solid #000;
}

.news_table_title {
	color: #fff;
	background-color: #696965;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

.maillist_input {
	margin: 10px 0 10px 0;
}

.feed_text {
	width: 300px;
}

.feed_textarea {
	width: 300px;
	height: 150px;
}

.feed_link {
	color: #c0c0c0;
}

.seotext {
	color: #ccc;
	font-size: .9em;
	
}

.alert_msg {
	border: 1px double #cccccc;
	width: 500px;
	background-color: #939390;
	margin-left: 70px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	font: 13px sans-serif;
	color: #ffffff;
}

#comment{
	clear: both;
	//border-left: 2px solid #666;
	padding-left: 6px;
	margin-top: 7px;		
}
#comment #title strong{
	text-decoration: underline;
	font-size: 1.1em;		
}

#redirect_content{
	
}

.image_border{
	border:1px solid #c0c0c0;	
}




div.video_play {
	position:relative;
	z-index:5;
}

div.video_play div {
	background:transparent url(/static/img/play.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:56px;
	left:70px;
	position:absolute;
	top:50px;
	width:58px;
}

.video_img {
	margin:5px;
}

.video_block {
	min-height:170px;
	background-color:#f0f0f0;
	padding: 5px;
}



