@charset "utf-8";
/* CSS Document */

body {background-color:#998E77;}


#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #E9E9E9;
	background-image: none;
	background-repeat: no-repeat;
	float: none;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	position: relative;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.center1
{ 
margin-left: auto;
margin-right: auto;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

a:hover { font-family: Arial, Helvetica, sans-serif; font-size:10px; font-style:italic; text-decoration: none; color:#000000 }
a:link {font-family:  Arial, Helvetica, sans-serif; font-size:10px; text-decoration: none; color:#000000} 
a:visited {font-family:  Arial, Helvetica, sans-serif; font-size:10px; text-decoration: none; color:#000000}
a:active { font-family: Arial, Helvetica, sans-serif; font-size:10px; font-style:bold; text-decoration: none; color:#000000 }

a.white:hover {color:#FFFFFF}
a.white:link {color:#FFFFFF}
a.white:visited {color:#FFFFFF}

a.normal:hover {font-size:12px; color:#000000}
a.normal:link {font-size:12px; color:#000000}
a.normal:visited {font-size:12px; color:#000000}



.NewClass { background: #998E77; }