/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.title h2, .title h3 {
	font-size: 14px;
	font-weight: normal;
	color: #5B4E27;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Garamond,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414141;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0em;
	text-align: justify;
	line-height: 180%;
}

.text1 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: normal;
	color: #485153;
}

.text2 {
	font-size: 12px;
	font-weight: normal;
	color: #485153;
}

.text3 {
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.text4 {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #554C34;
}

.text5 {
	text-align: center;
	color: #51595C;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 18px;
	background: url(images/homepage02.gif) no-repeat 5px 50%;
 	margin:0px 0px;
 }

.list1 a {
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size:14px;
}

.list2 li {
	padding-left: 24px;
}

.list2 a {
	color: #7989a0;
}


/** LINKS */

a {
	color: #597990;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #2E373C url(images/subpage2_01.jpg) repeat-x left top; }
.bg2 { background: #FFFFFF url(images/subpage2_05.jpg) repeat-y left top; }
.bg3 { background: url(images/subpage2_03.jpg) no-repeat left top; }
.bg4 { background: url(images/subpage2_04.jpg) no-repeat right top; }
.bg5 { background: url(images/subpage2_06.jpg) no-repeat 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: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

