/* Main */
* {
	padding: 0; 
	margin: 0;
}
body {
	background:#FFFFFF url(/images/background.jpg) repeat;
	color:#666666;
	cursor:default;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
.container { 
	background:#FFFFFF url(/images/body.gif) repeat;
	color:inherit;
	margin:auto;
	width:760px;
}
.header {
	background:#FFFFFF url(/images/header.jpg) no-repeat;
	height:125px;
	padding-top:19px;
}
.header2 {
	background:#FFFFFF url(/images/header2.jpg) no-repeat;
	height:125px;
	padding-top:19px;
}
.content {
	margin:auto;
	margin-top:15px;
	text-align:justify;
	width:730px;
}
.container-bottom { 
	background:#FFFFFF url(/images/footer.jpg) no-repeat top center;
	color:inherit;
	font-size:10px;
	margin:auto;
	padding-top:70px;
	text-align:left;
	width:760px;
}
/* Forms */
.mainbox {
	background:#EFEFEF;
	border:1px solid #287096;
	font-size:11px;
	padding:5px;
}
.head-text {
	background:#287096;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	text-align:left;
}	
.input-req {
	border:2px solid #666666;
}
.input-sign {
	border:2px solid #FFFFFF;
}


/* Text CSS */
h1 {
	color:#062961;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}	
a:link {
	color: #287096;
	background-color: inherit;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #287096;
	background-color: inherit;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #062961;
	background-color: inherit;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #287096;
	background-color: inherit;
	font-weight:bold;
}
.small-text {
	font-size:10px;
}
ul {
	list-style-position:outside;
	text-indent:20px;
}


