/* CSS Document */

body {
	background-color: #e2b032;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FEFED0;
	scrollbar-base-color: #e2b032;
	margin: 0px;
	padding: 0px;
}

td, th {
	line-height: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}


p {
	line-height: 20px;
	text-align: justify;
	text-decoration: none;
}


a:link {
	color: #FEFED0;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #FEFED0;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #E2B032;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #E2B032;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	color: #FEFED0;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}

h2 {
	color: #FEFED0;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #E2B032;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #E2B032;
	font-size: 12px;
	font-weight: bold;
}

form {
	border: 1px solid #336699;
	font-size: 10px;
	color: #002669;
	background-color: #2B477E;

}

.buttonup {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #FEFED0;
	background-color: #336699;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: normal;
	line-height: normal;
	border-top: 1px solid #FEFED0;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FEFED0;
	text-align: center;
}

.buttonover {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #CCCC99;
	background-color: #A17700;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: normal;
	border-top: 1px solid #333333;
	border-right: 1px solid #FEFED0;
	border-bottom: 1px solid #FEFED0;
	border-left: 1px solid #333333;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E2B032;
	list-style-type: disc;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2pt;
	text-transform: none;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
    color: #E2B032;
}


.main {
	height: 100%;
	width: 100%;
}


.top {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}

.middle {
	background-color: #002669;
}

.bottom {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
}


.inside {
	background-image: url(../images/center_bg.jpg);
	background-repeat: repeat-y;
}


.mainContent {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.sideBar {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.05em;
}


.navBar {
	background-color: #002669;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.navLink {
	font-size: 12px;
	color: #FEFED0;
	line-height: 30px;
	letter-spacing: 0.1em;

}

.navLink a:link {
	color: #FEFED0;
	text-decoration: none;
	font-weight: normal;
}

.navLink a:visited {
	color: #FEFED0;
	text-decoration: none;
	font-weight: normal;
}

.navLink a:hover {
	color: #E2B032;
	text-decoration: underline;
	font-weight: normal;
}

.navLink a:active {
	color: #E2B032;
	font-weight: normal;
	text-decoration: underline;
}

.return {
	font-size: 9px;
	color: #F5F2ED;
}

.return a:link {
	color: #F5F2ED;
	text-decoration: none;
}

.return a:visited {
	color: #F5F2ED;
	text-decoration: none;
}

.return a:hover {
	color: #E2B032;
	text-decoration: underline;
}

.return a:active {
	color: #E2B032;
	text-decoration: underline;
}


.footer {
	font-size: 10px;
	color: #FEFED0;
}

.footer a:link {
	color: #FEFED0;
	text-decoration: none;
}

.footer a:visited {
	color: #FEFED0;
	text-decoration: none;
}

.footer a:hover {
	color: #002669;
	text-decoration: underline;
}

.footer a:active {
	color: #002669;
	text-decoration: underline;
}

input.large {
	width: 250px;
	font-size: 10px;
	color: #333333;
}

input.big {
	width: 100px;
	font-size: 10px;
	color: #333333;
}


input.small {
	width: 50px;
	font-size: 10px;
	color: #333333;
}



