/** 
* A Mambo 4.5.3 xhtml compatible template 
* @version 1.0 
* @package NVU Template Addon 
* @copyright (C) 2005 by Open4G Mambo Template Developer Extension for NVU - All rights reserved! 
* @license http://www.open4g.com/ GPL/GNU License 
**/ 
 
body { 
 margin : 20px; 
 padding : 0px; 
 background : #363636; 
 font-family : "Arial", "sans-serif"; 
 font-size : 12px; 
 color : #000; 
} 
a:link {
color: #686866;
font-size: 12px;
line-height: 1.5em;
font-weight: 600;
text-decoration: none
}
a:hover {
color: #363636;
font-size: 12px;
line-height: 1.5em;
font-weight: 600;
text-decoration: underline
}
a:visited{
color: #363636;
font-size: 12px;
line-height: 1.5em;
font-weight: 500;
text-decoration: none
}
 
span.article_seperator {display: none;}

/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.contentpaneopen {
	background-color: #686866;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}