body{
	text-align: center;
	margin: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif", Tahoma, Verdana, Arial;
	font-size: 7pt;
	background-image: url('/layout/white.png');
	background-repeat: repeat-x;
	background-color: #8fb700;
	margin-top: 72px;
	color: #ffffff;
}

body *{
	text-align: left;
}

img{ 
	border:0px; 
}

a{
	text-decoration: none;
	color:#ffffff;
	font-style: italic;
}

a:hover
{
	text-decoration:none;
}

h1{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px
}

h2{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px dotted #eeeeee;
	clear: both;
}

h3{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	clear: both;
}

div.subMenu{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

div.subMenu a{
	font-style: normal;
	text-align: center;
	display: inline-block;
	width: 100px;
}

div.mainContainer{
	text-align: center;
	margin: auto;
	width: 640px;
}

div.menuContainer{
	height: 24px;
	background: url('menu.png') no-repeat;
	text-align: center;
	padding-top: 8px;
	text-align: center;
}

div.menuContainer a{
	display: inline-block;
	width: 100px;
	height: 20px;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-style: normal;
}

div.menuContainer a:hover{
	color: #a9c800;
}

div.contentContainer{
	clear:both;
	background-image: url('/layout/background.png');
	background-repeat: no-repeat;
}

div.contentContainer img{
	border: 1px solid white;
	margin: 2px;
}

div.copyrightNotice{
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
	clear:both;
	text-align:center;
	color:#ffffff;
}

div.latestNews{
	color: #eeeeee;
}