/*
blue: #042A55
green: #409D27
*/

HTML {
	line-height: 120%;
}

BODY {
	margin: 10px 0px 0px 0px;
	color: #000000;
	background-color: #DADADA;
	font-size: 11px;
	word-spacing: 1px;
	font-family: Tahoma, Arial;
}

h1,h2,h3 {
	font-size: 20px;
	font-weight: bold;
	color: #042A55;
	line-height: 20px;
	font-family: Tahoma, Arial;
}
INPUT {
	font-size: 12px;
}

#noprint {
	display: block;
}
#printlogo {
	display: none;
}

/*************************/
/*	MAIN DIVS	 */
/*************************/
#global1 {
	width: 1039px;
	margin-left: auto;
	margin-right: auto;
}
#logo1 {
	width: 183px;
	height: 251px;
	background-image: url('/shared/images/logo1.gif');
	background-repeat: no-repeat;
	position: relative;
}
#header1 {
	width: 808px;
	height: 111px;
	background-image: url('/shared/images/header1.gif');
	background-repeat: no-repeat;
	position: relative;
}
#leave_left1 {
	width: 48px;
	height: 301px;
	background-image: url('/shared/images/blad_links1.gif');
	background-repeat: no-repeat;
	position: relative;
}
#menu1 {
	width: 808px;
	height: 40px;
	clear: both;
	z-index: 700;
	position: relative;
}
/*************************/
/*	CONTENT		 */
/*************************/
#content1 {
	width: 748px;	/* 808 - 60 */
	min-height: 280px;
	height: auto !important;
	padding: 10px 30px 10px 30px;
	position: relative;
}
#bg_bottom_left1 {
	width: 12px;
	height: 18px;
	background-image: url('/shared/images/bg_left_bottom1.gif');
	background-repeat: no-repeat;
	position: relative;
}

/*************************/
/*	CONTACT FORM	 */
/*************************/
.FormCheckGood {
	/*empty because back to browser default*/
}
.FormCheckBad {
	border: 2px solid #FF0000;
}


a 				{ color: #E53B3E; text-decoration: underline; }
a:link 				{ color: #E53B3E; text-decoration: underline; }
a:active 			{ color: #E53B3E; text-decoration: underline; }
a:visited 			{ color: #E53B3E; text-decoration: underline; }
a:hover 			{ color: #000000; text-decoration: underline; }

