/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F9EEDD url(images/bg02.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 15px 0px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

h1 {
	color: #A20650;
}

h2 {
	color: #FFFFFF;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #02769D;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #06475d;
}

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

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul li {
	padding-left: 9px;
	background: url(images/homepage11.gif) no-repeat left center;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.text1 {
	font-size: 14px;
	color: #4E3114;
}

.text2 {
	text-align: center;
	color: #06475D;
}

.text3 {
	margin: 0px;
	font-size: 11px;
	color: #593915;
}

.list1 li {
	margin-bottom: 12px;
}

.list2 li {
	margin-bottom: 12px;
	background: url(images/homepage11_1.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #06475d;
}

a:hover {
	text-decoration: none;
	color: #A20650;
}

a:active {
	text-decoration: none;
	color: #457289;
}

.link1 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #06475d;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
color:#FFFFFF
}

.style1 a:hover {
	color: #06475d
}

.style1 a:active {
	text-decoration:none
	color: #06475d
}

.style2 {
	color: #66CCFF;
}

/** BACKGROUNDS */

#wrapper { background: url(images/bg02.jpg) repeat-x left top; }
#menu { background: url(images/bg03.jpg) no-repeat left top; }
#splash { background: url(images/homepage03.jpg) no-repeat left top; }
#content { background: url(images/subpage1_02.jpg) repeat-y left top; }
#content .topbg { background: url(images/subpage1_03.jpg) no-repeat left top; }
.homepage #content .topbg { background: url(images/homepage08.jpg) no-repeat left top; }
#content .bottombg { background: url(images/subpage1_04.jpg) no-repeat left bottom; }
#content-wide { background: url(images/subpage2_01.jpg) repeat-y left top; }
#content-wide .topbg { background: url(images/subpage2_02.jpg) no-repeat left top; }
#content-wide .bottombg { background: url(images/subpage2_03.jpg) no-repeat left bottom; }
.bg1 { background: url(images/homepage04.jpg) repeat-y left top; }
.bg2 { background: url(images/homepage05.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage06.jpg) no-repeat left bottom; }
.bg4 { background: url(images/subpage1_05.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage07_2.jpg) repeat-y left top; }
.bg6 { background: url(images/homepage07_1.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage07_3.jpg) no-repeat left bottom; }

/** MISC */

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

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.left2 {
	float: left;
	margin: 0px 7px 0px 0px;
}

img.left3 {
	float: left;
	margin: 0px 7px 0px 97px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 42px;
	background: url(images/homepage12.gif) repeat-x left center;
}
