/* ---------------------------------------------
GENERAL
--------------------------------------------- */
body{
	background-attachment: fixed;
	background-image: url(/images/general/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{
	font-family: Arial;
	font-size: 20px;
	color: #006699;
	margin-bottom: 10px;
}


/* ---------------------------------------------
HEADER
--------------------------------------------- */
.HEADER-container{
	width: 990px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/* ---------------------------------------------
MAIN IMAGE
--------------------------------------------- */
.MAINIMG-container{
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* ---------------------------------------------
CONTENT
--------------------------------------------- */
.CONTENT-bg-top{
	background-image: url(/images/general/bg-content-top.png);
	height: 25px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.CONTENT-bg-middle{
	background-image: url(/images/general/bg-content-middle.png);
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.CONTENT-bg-bottom{
	background-image: url(/images/general/bg-content-bottom.png);
	height: 25px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.CONTENT-container{
	padding-right: 30px;
	padding-left: 30px;
}


/* ---------------------------------------------
FOOTER LINKS
--------------------------------------------- */
.FOOTERLINKS-bg-top{
	background-image: url(/images/general/bg-footer-top.png);
	height: 12px;
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.FOOTERLINKS-bg-middle{
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #D4E0E8;
}
.FOOTERLINKS-bg-bottom{
	background-image: url(/images/general/bg-footer-bottom.png);
	height: 12px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.FOOTERLINKS-container{
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
}
.FOOTERLINKS-title{
	height: 25px;
}
.FOOTERLINKS-linkstable{
}
.FOOTERLINKS-td-header{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.FOOTERLINKS-td-items{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.FOOTERLINKS-td-items a:link{
	color: #333333;
	text-decoration: none;
}
.FOOTERLINKS-td-items a:visited{
	color: #333333;
	text-decoration: none;
}
.FOOTERLINKS-td-items a:hover{
	color: #0066CC;
	text-decoration: underline;
}


/* ---------------------------------------------
FORM FIELDS
--------------------------------------------- */
.FORM-textfield{
	font-family: Verdana;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #999999;
}
.FORM-errmsg{
	font-family: Verdana;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 8px;
}
.FORM-statusmsg-ok {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	height: 25px;
	background-color: #D3FF93;
	border: 1px solid #006600;
	padding: 10px;

}
.FORM-thanks{
	font-family: Verdana;
	font-size: 14px;
	padding: 10px;
	background-color: #DBFFA6;
	height: 150px;
}
.FORM-button{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #006699;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

/* ---------------------------------------------
COPYRIGHT
--------------------------------------------- */
.COPYRIGHT-container{
	width: 990px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* ---------------------------------------------
COPYRIGHT
--------------------------------------------- */
.AREAS-links{
}
.AREAS-links a:hover{
	color: #CC0000;
	text-decoration: none;
}
.PRIVACY-link{
	padding: 10px;
}
