body,div,th,td,p,input,select,textarea,tt {
	font-family: Arial, Helvetica, Sans-serif;
	color: #333333;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mainTable {

}

.disclaimTable {
	background-color: #000000;
	background-image: url(images/disclaim.jpg);
	background-repeat: repeat-x;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
}
.disclaimtext {
	color: #B0B0B0;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a:visited:hover {
	text-decoration: none;
}


.nav_menu {
	font-family: Verdana, Arial;

	list-style: none;
	color: #FFFFFF;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #E4EAF6;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.NavItem {
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	background-color: #E4EAF6;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;

	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 11px;
	line-height: 24px;
	white-space: nowrap;
	border-right: 1px solid #5F656C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
a.NavItem, a.NavItem:visited a {
	text-transform: none;
	font-weight: normal;
	color: #FFFFFF;
font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}

a.NavItem:hover, a.NavItem:visited:hover { 
	text-decoration: none;
	color: #000000;
	background-image: url('images/nav_high.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFBF0;
}


/* End Common */



h1, h2, h3{
	color: #22776F;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
hr {
	color: #DDDDDD;
	height: 1px;
}