body, td, p, div, li, span, th, input, textarea {
	font-family:		arial, helvetica, san-serif;
	font-size:			1em;
}

body {
	background:			#FFFFFF;
}

img {
	border:				none;
}





#MENU {
	height:				18px;
	
	border-bottom:		1px solid #E0E0E0;
	
	font-size:			0.9em;
	font-weight:		bold;
}

.ITEM, .ITEM_ACTIVE {
	float:				left;
}

.ITEM a:link, .ITEM a:visited {
	text-decoration:	none;
	color:				#8BA5A9;
}

.ITEM_ACTIVE a:link, .ITEM_ACTIVE a:visited {
	text-decoration:	none;
	color:				#8BA5A9;
}



.powered {
	color: #000000;
	font-size: 8pt;
	font-weight:normal;
}
.powered a:link, .powered a:hover, .powered a:visited {
	color: #000000;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}
.powered .ven {
	color: #FF9933;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}



#CONTENT {
	width:				100%;
	clear:				both;
	
	/* padding:			5px 0px 5px 20px; */
}

#HEADLINE {
	font-size:			1.0em;
}

#FOOTER {
	width:				100%;

	background:			#DCDCDC;
	font-size:			0.8em;
	color:				#000000;
	
	border-top:			1px solid #000000;
	
	/* padding:			5px; */
}







/*

.MENUHEADER {
	background:			#FF7B00;
	padding-left:		5px;
	
	font-size:			12px;
	font-weight:		bold;
	color:				#FFFFFF;
}

.MENUHEADER a {
	text-decoration:	none;
	color:				#FFFFFF;	
}


.SUBITEM, .MENUITEM {
	width:				100%;
	color:				#FFFFFF;
}

.SUBITEM a:link, .SUBITEM a:visited, .MENUITEM a:link, .MENUITEM a:visited {
	text-decoration:	none;
	color:				#FFFFFF;
	
	font-size:			0.8em;
	font-weight:		bold;
}

*/