ul#news
    {
	 list-style: none;
	 margin: 0px;
	 margin-top: 5px;
	 margin-bottom: 10px;
	 padding: 0px;	 
	 text-align: left;
    }
    	ul#news li
        {
         text-align: left;
		 font-size: 15px;
		 font-family: Times;
         margin-bottom: 15px;
		 background: #060606;
        }

p {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
}
		
.invisible {
	display: none;
}		

		
h2.news_title {
	font-size: 16px;
	font-family: Times;
	margin-left: 10px;
	color: #AAAAAA;
	cursor: pointer;
	margin-bottom: 15px;
	height: 25px;
}

h2.news_title2 {
	height: 25px;
	font-size: 16px;
	font-family: Times;
	font-style:italic;
	margin-left: 10px;
	color: #FFFFFF;
	margin-bottom: 15px;
	cursor: pointer;
}

.preview_hidden {
	display: none;
}

.preview {
	text-align: left;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	border: 1px solid #151515;
}

.preview legend {
	color: #999999;
}

.preview legend a {
	font-size: 12px;
	text-decoration: none;
}

div#non_flash_preview {
	text-align: left;
}