html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-image: url(\'images/background.gif\');
	background:	#310B0B;
	font-family: 	Verdana;
	margin:		0px;
}
	
a
{
	color:		#ff0000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

table.main
{
	background-color: #ffffff;
	border-left:	1px solid #000000; 
	border-right:	1px solid #000000;
	width:		640px;
	height:		100%;
}

td.left
{
	background-color: #F9F7F7;
	border-right: 	1px dashed #DEDEDE;
	width:		165px;
	height:		100%;	
}

td.main
{
	background-color: #FFFFFF;
	border-right: 	1px dashed #DEDEDE;
	width:		475px;
	height:		100%;	
}

td.element
{
	border-bottom:	1px dashed #DEDEDE;
}

.header, .newstitle
{
	font-weight: 	bold;
	color:		#9C0000;
}

.seperator
{
	color:		#aaaaaa;
}

.newsdescription
{
	color:		#737373;
}

.comment
{
	text-align: 	left;
	font-size:	7pt;
	
	display:	none;
	position: 	absolute;
	left: 		0;
	top: 		0;
}