body {
	margin: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#headerNavi {
	margin: 3px;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#headerNavi a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#headerNavi a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}

#footerTxt {
	font-weight: bold;
	color: #999999;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}
#footerTxt a:link, #footerTxt a:active, #footerTxt a:visited{
	font-weight:normal;
	color: #999999;
	text-decoration:none;
}
#footerTxt a:hover{
	font-weight:normal;
	color: #990000;
	text-decoration:underline;
}

#mainBody {
	padding: 0px;
	margin: 0px;
}

#mainBody p {
	text-align: justify;
	padding-left: 30px;
	overflow: visible;
	padding-right: 10px;
}

#mainBody .tblTitle {
	color: #990000;
	padding-left: 10px;
	overflow: visible;
	padding-right: 10px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 13px;
}

#mainBody .highlight {
	color: #CC0000;
	overflow: visible;
	font-weight: bold;
	font-size: 15px;
}

#mainBody .highlight2 {
	color: #FFFFFF;
	overflow: visible;
	font-weight: bold;
	font-size: 15px;
}

#mainBody h1 {
	padding: 10px 5px 5px;
	text-align: justify;
	color: #990000;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	width: 50%;
	margin: 0px;
}

#mainBody h2 {
	padding: 5px 5px 5px 0px;
	text-align: justify;
	color: #333399;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	margin: 0px 0px 0px 30px;
	width: 400px;
}

#mainBody h3 {
	padding: 10px 5px 5px 0px;
	text-align: justify;
	color: #FF6600;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	margin: 0px 0px 0px 30px;
	width: 400px;
}

#mainBody a {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

#mainBody a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#sidebar p {
	text-align: justify;
	padding-left: 5px;
	overflow: visible;
	padding-right: 5px;
}

.header3 {
	text-align: left;
	color: #333399;
	font-size: 12px;
	overflow: visible;
	font-weight: bold;
	text-decoration: none;
}

.yellowForm {
	background-color: #FFFFCC;
	border: 1px none #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}

select, input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1 solid Gray;
}

.yellowFace {
	background-color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
	border: 1 solid Gray;
}