@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style-type:none;
}


body {
	color:#fff;
	background: #000;
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
margin 0px auto auto auto;

}

a {
	outline:none;
	font-size: 12px;
	line-height:1.6;
}

a:link {
	color:#059;

}

a:visited {
	color:#059;
}

a:hover {
	color:#09f;
}

img {
	border:none;
}

.style2 {font-size: 12px}




#news_cont {

	position:absolute;
	top:0px;
	background:#000;
	color:#ccc;
	width:355px;
	height:1500px;
    height:193px;
	padding:0px 12px 12px 12px;
	text-align:left;
	left: 0px;
	line-height:1.6;
}


#news_cont span{
	font-size:14px;
	line-height:1.6;
}

#news_cont .copy {
	font-size:9px;
	line-height:1.6;
	margin-bottom:0.3em;
}

#news_cont li{
	font-size:12px;
	line-height:1.6;
	padding-bottom:12px;
	padding-top:14px;
	border-bottom:1px dotted #ccc;
}
