﻿html, body, table, input, textarea, select {
	font: normal normal normal 13px/22px Trebuchet MS, Trebuchet, Tahoma;
}

html, body {
	/*line-height: 22px;*/
	height: 100%;
	margin: 0px;
}

img {
	border: 0px;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

input, textarea, select {
	vertical-align: middle;
	line-height: normal;
	font-size: 11px;
}

.text {
	border: solid 1px #996666;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-center {
	margin-left: auto;
	margin-right: auto;
}

.main-outer-box {
	width: 780px;
	margin: auto;
	border: solid 1px #996666;
	padding: 1px;
}

.main-banner {
	width: 100%;
	height: 131px;
	color: white;
	font: bold;
	text-align: center;
	background: #D6AA69 url(../Images/banner3.jpg) no-repeat 0px 0px;
}

a, a:link, a:hover, a:active, a:visited {
	color: #6B4B1D;
}

a:hover {
	color: #933D20;
}

.main-links a,
.main-links a:link,
.main-links a:hover,
.main-links a:active,
.main-links a:visited {
	font-size: 11px;
	float: left;
	padding: 0px 4px;
	margin: 1px 1px 1px 0px;
	background: #EAF0DB url(../images/page-title.png) repeat-x left bottom;
	border: 1px solid #996666;
	color: #131E18;
	text-decoration: none;
	/*font-weight: bold;*/
	display: inline-block;
	line-height: normal;
}

.main-links a:hover {
	background-position: top;
	background-color: White;
}

.mandatory {
	color: Red;
}
