body { 
	border-top: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	padding-bottom: 5px;
	font-size:x-small; 
}
img { border:0 ; margin:0 ; padding:0 ;}
h2 { font-size:1.1em ; padding:0 ; margin:0}
h3 { font-size:1.0em ; padding:0 ; margin:0}
.space { height:5px ; display:block ; overflow:hidden ; line-height:1px;}
.line { height:1px ; display:block ; overflow:hidden ; line-height:1px;}

ul.arrowed { 
	list-style-image: url("${mwt:imagesPath()}ul_menu.gif"); 
	padding-left: 8px;
	margin-left: 8px;
}

ul.post_list { 
	list-style-type: square;
	color: ${mwt:css('LINK_FG_COLOR')};
	padding-left: 8px;
	margin-left: 8px;
}





li {
	padding: 0px;
	margin: 0px;	
}

.footer {
	height: 9px; 
	border-left: 1px solid ${mwt:css('BORDER_COLOR')}; 
	border-right: 1px solid ${mwt:css('BORDER_COLOR')};	
	border-bottom: 1px solid ${mwt:css('BORDER_COLOR')};		
	padding: 1px;
}

.header {
	background-color: #3366FF;
	text-align: center; 
	color: #FFFFFF;
	width: ${mwt:width(-6)}px;
}

.outer {
	overflow: hidden;	
	padding-left: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-top: 2px; 
	border-left: 1px solid ${mwt:css('BORDER_COLOR')}; 
	border-right: 1px solid ${mwt:css('BORDER_COLOR')};
}

.inner {
	width: ${mwt:width(-6)}px;	
}

a:link, a:active, a:visited, a:hover { 
	color: ${mwt:css('LINK_FG_COLOR')};
    text-decoration:none;
}

a.big:link, a.big:active, a.big:visited, a.big:hover { 
	color: ${mwt:css('LIGHT_FG_COLOR')}; 
	text-decoration:none;
	font-size:1.1em;		
	font-weight: bold;
	
}


a:link { color: ${mwt:css('LINK_FG_COLOR')}; text-decoration:none;}
a:active { color: ${mwt:css('LINK_FG_COLOR')}; text-decoration:none;}
a:visited { color: ${mwt:css('LINK_FG_COLOR')}; text-decoration:none;}
a:hover { color: ${mwt:css('LINK_FG_COLOR')}; text-decoration:none;}

.line {
	height: 1px; 
	background-color: ${mwt:css('BORDER_COLOR')};
}

.label { color: ${mwt:css('LABEL_FG_COLOR')}; text-decoration:none;}

.title { 
	color: ${mwt:css('TITLE_FG_COLOR')};
	text-decoration:none;
	font-size:1.1em;		
	font-weight: bold;
	padding-left: 2px;
}
