@charset "UTF-8";

/* MAIN BODY STYLES */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	scrollbar-base-color: #D0D18B;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-DarkShadow-Color: #CFD28B;
	scrollbar-width: 5px
}

#wrapper {
	position:absolute;
	top: 50%;
	left: 50%;
	width:780px;
	height:428px;
	margin-top: -240px; /*set to a negative number 1/2 of your height*/
	margin-left: -390px; /*set to a negative number 1/2 of your width*/
}
.form-button {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9FA615;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

td img { 
	display: block; 
}
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #411D7E;
}
a:visited {
	text-decoration: underline;
	color: #411D7E;
}
a:hover {
	text-decoration: underline;
	color: #8671B0;
}
a:active {
	text-decoration: underline;
	color: #411D7E;
}
.logo-pad {
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 7px;
}




#contain {
	margin: 0px;
	padding: 0px;
	height: 235px;
	width: 475px;
	overflow: auto;
	position: relative;
	visibility: visible;
}

.bot-left {
	background-image: url(../images/bot-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.top-left {
	background-image: url(../images/top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bot-right {
	background-image: url(../images/bot-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.h3 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.h1 {
	font-weight: 300;
	color: #411D7E;
	line-height: 16px;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	margin-bottom: 15px;
}
.home-h1 {
	font-weight: 300;
	color: #411D7E;
	line-height: 16px;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	margin-bottom: 10px;
}
.h1title {
	font-weight: bold;
	color: #411D7E;
	line-height: 16px;
	font-size: 13px;
	margin-bottom: 15px;
	padding-bottom: 7px;
}
.form {
	color: #411D7E;
	font-size: 11px;
	border: 1px solid #9787BF;
}
.home-big {
	font-weight: normal;
	color: #411D7E;
	line-height: 16px;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 7px;
}
