/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 191px;
	padding: 3px 0px;
	background: #FFFFFF;
	border-top: 1px solid #D3DBE1;
	border-right: 1px solid #F9FAFB;
	border-bottom: 1px solid #E8F5FF;
	border-left: 1px solid #F9FAFB;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F859E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 16px;
}

blockquote {
	text-align: justify;
}

.text1 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.text2 {
	text-align: left;
	color: #6697B4;
}
.textmore {
	font-size: 12px;
	color: #E14545;
}


.highlight {
	color:#E14545;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 24px;
	color: #163A61;
}
.list1 a {
}
.list1 li {
	list-style-position: outside;
}


/** LINKS */

a {
	color: #E14545;
}

a:hover {
	text-decoration: none;
}

.link1 {
	color: #FFFFFF;
}

.link2 {
	display: block;
	height: 21px;
	background: url(images/homepage12.jpg) no-repeat right top;
}

.link2 span {
	display: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #005281 url(images/bg01.jpg) repeat-x left top; }
.bg2 { background: url(images/bg03.jpg) no-repeat left top; }
.bg3 { background: url(images/bg04.jpg) repeat-y left top; }
.bg4 { background: url(images/bg05.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage08.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage09.jpg) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.hr1 {
	height: 1px;
}

hr { display: none; }

.bg1 #header #logo img {
	position: absolute;
}
.content form {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 100px;
}
.copyright {
	text-align: center;
	color: #6697B4;
	font-size: 10px;
	margin: 0 auto;
}
.copyright  a {
	color: #6697B4;
	text-decoration: underline;
}
