body {
	background-color: #00a5ff;
	background-image: url(images/back-strip.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Tahoma, "Trebuchet MS";
}
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #ff6c00;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #ff6c00;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00a5ff;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
table,tr,td {
	font-family: Verdana, Tahoma, "Trebuchet MS";
	font-size: 12px;
	color: #5b5b5b;
}
#footer2 {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	color: #ff6c00;
	padding-top: 8px;
	line-height: 20px;
}
#footer {
	background-image: url(images/back-footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#content {
	background-image: url(images/back-content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
}
#topper {
	text-align: right;
	padding-right: 44px;
	color: #c0d6ff;
	font-size: 11px;
}
#topper a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #c0d6ff;
}
#topper a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #c0d6ff;
}
#topper a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#topper a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #c0d6ff;
}
div.hr {
	height: 4px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	background-position: center;
}
div.hr hr {
  display: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #375a99;
	letter-spacing: -.04em;
	font-size: 26px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3b5b95;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3b5b95;
	text-transform: capitalize;
}
.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff6c00;
	text-decoration: underline;
	cursor: pointer;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.submenu {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.numbers {
	padding-right: 10px;
    float: left;
}
#help {
	text-align: center;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #3b5b95;
	text-transform: capitalize;
}
input,textarea,select,option {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Tahoma, "Trebuchet MS";
	font-size: 13px;
	color: #5b5b5b;
	background-color: #FFFFFF;
	font-weight: bold;
}
.form-table {
	font-size: 9px;
	color: #5b5b5b;
}
.yellow {
	background-color: #FFFF00;
	font-weight: bold;
	color: #000000;
}
