/* CSS Document */

body { 
	background: #fff url(images/none) repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;


	}

.style1 {
	color: #000000;
	font-weight: bold;
}
	
	
	
	
	
/* Menu --------------------------------------------------------------------- */

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 10px Arial;
	width: 770px;
	height: 39px;
	border: 0px solid #000000;
	border-width: 0px 0;
	background: transparent url(images/menu_1.jpg) center center repeat-x;
	}

.solidblockmenu li {
	display: inline;
	}

.solidblockmenu li a {
	float: left;
	color: white;
	padding: 14px 11px 14px 11px;
	text-decoration: none;
	border-right: 2px solid #003366;
	}

.solidblockmenu li a:visited {
	color: white;
	}

.solidblockmenu li a:hover, .solidblockmenu li 
	{
	color: white;
	background: transparent url(../images/menu_2.jpg) center center repeat-x;
	}

.current
	{
	color: white;
	background: transparent url(../images/menu_1.jpg) center center repeat-x;
	}
/* Menu --------------------------------------------------------------------- */
