/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}
img.border {
	padding: 3px;
	border: 1px solid #B4B4B4;
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #0a4865;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5139;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 17px;
}

.text1 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 11px;
}

.text2 {
	color: #4E3C31;
}

.text3 {
	text-align: center;
	color: #A59F8B;
}

.style5 {
	color: #FF00FF;
	font-size: 14px;
}
.style6 {color: #0019FA}

/** LISTS */

.list1, .list2 {
	margin-left: 0px;
	padding-left: 0px;
}

.list2 {
	list-style-position: inside;

}

.style2 {color: #0A4865}
.style3 {font-size: 12px}
.style4 {color: #0A4865; font-size: 12px; }

/** LINKS */

a {
	color: #0a4865;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	
}

.link2 {
	display: block;
	height: 21px;
	padding: 2px 18px 0px 0px;
	background: url(images/homepage10.gif) no-repeat right top;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.link3 {
	display: block;
	height: 21px;
	padding: 2px 18px 0px 0px;
	background: url(images/homepage14.gif) no-repeat right top;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}
.style7 {color: #072877}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #FFFFFF; }
.bg2 { background: url(images/homepage02.gif) no-repeat left top; }
.bg3 { background: url(images/homepage06.gif) repeat-x left top; }
.bg4 { background: url(images/homepage07.gif) repeat-x left top; }
.bg5 { background: url(images/homepage13.gif) repeat-x left top; }
.bg6 { background: url(images/homepage15.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 20px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 20px;
}

hr { display: none; }

.hr1 {
	height: 15px;
	background: url(images/homepage11.gif) repeat-x left top;
}

.bullet {
	height: 14px;
	padding-left: 20px;
	background: url(images/homepage09.gif) no-repeat left center;
}

.line {
	padding: 0px 0px 10px 0px;
	background: url(images/homepage12.gif) repeat-x left bottom;
}


label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

