body {
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	width: 785px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-image: url(images/background.gif);
}

a, a:visited{
	color: #EE870C;
	text-decoration: underline;
}
a:hover{
	color: #F70800;
	text-decoration: none;
	background-color: #F5F5F5;
}

H1 {
	font-size : 16px;
	font-weight : bold;
	text-align : left;
	color: #F70800;
}
H2 {
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	color: #F70800;
}
H3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
H4 {
	font-size : 13px;
	font-weight : bold;
	text-align : left;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
}

form {
	font-family:Tahoma;
	font-size: 12px;
}
	
input {
	font-family:Tahoma;
	font-size: 12px;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #909090;
	border-right : 1px solid #000000;
	border-top : 1px solid #909090;
}

textarea {
	font-family: Tahoma;
	font-size: 12px;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #909090;
	border-right : 1px solid #000000;
	border-top : 1px solid #909090;
}

select {
	font-family: Tahoma;
	font-size: 12px;
}

INPUT.enter{
	font-family: Tahoma;
	font-size: 12px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #909090;
	border-right: 1px solid #000000;
	border-top: 1px solid #909090;
	cursor: pointer;
	width: 100px;
}

INPUT.enter:hover{
	color: red;
}

INPUT.checkbox {
	border : 0px none;
}
.Settings {
	height: 100%;
	width: 100%;
}
.Heading {
	background-image: url(images/bkg_heading3d.gif);
	color: White;
	width: 785px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.Heading a, .Heading a:visited{
	color: White;
	text-decoration: underline;
}

.Heading a:hover{
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

.Maintable {
	width: 750px;
	margin-top: 3px;
}

.MaintableTopBar{
	background-color: #FFF;
	border-top: 1px solid #9A9A9A;
	font-size: 5px;
}

.MaintableBottomBar{
	background-color: #FFF200;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9A9A;
}

.Content {
	background-color: White;
	height: 400px;
	vertical-align: top;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Content li{
	margin-left: 25px;
}
.Nav{
	background-color: transparent;
}
.Nav a, .Nav a:visited{
	color: #EE870C;
	text-decoration: none;
	display: block;
	width: 14em;
}
.Nav a:hover{
	text-decoration: underline;
	background-color: #333;
	color: #EE870C;
}

.Faq {
	background-image: url(images/bkg_faq.gif);
	width: 290px;
	height: 350px;
	padding-left: 6px;
}

.Faq a, .Faq a:visited{
	color: #ff9900;
	text-decoration: underline;
	display: block;
	width: 285px;
}


.Faq a:hover{
	color: #F93;
	text-decoration: none;
	background-color: #F5F5F5;
}

.Footer {
	font-size: 11px;
	color: white;
	padding-top: 5px;
}
.Footer a, .Footer a:visited{
	color: white;
	text-decoration: underline;
}
.Footer a:hover{
	color: #F70800;
	text-decoration: none;
	background: transparent;
}
.MainTable tr .Content table tr td p a {
	color: #F70800;
}
.MainTable tr .Content table tr td {
	text-align: left;
}
.MainTable tr .Content table tr td .Maintable {
	text-align: center;
}
.MainTable tr .Content table tr td .Maintable a {
	color: #F70800;
}
.MainTable tr .Content table tr td a {
	color: #F70800;
}

