/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 50px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

/** 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: 13px;
	color: #46483D;
    line-height: 125%;
}

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

p.center {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: center;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #B04F31;
    line-height: 125%;
}

.text2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
	color: #FFFFFF;
}

.text3 {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898876;
}

.text4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46483D;
    text-align: center;
}

.text5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #B04F31;
    line-height: 125%;
}

.text6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46483D;
    margin-top: 10px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
    text-align: left;
}

.list1 li {
	padding: 7px 0px 10px 0px;
	background: url(images/homepage07.gif) repeat-x left bottom;
}

.list1 li.last {
	padding-bottom: 0px;
	background: none;
}

.list1 a {
	color: #D9D0A6;
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
}

/** LINKS */

a {
	color: #852C30;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    text-align: right;
    font-weight: bold;
}

.style1 a {
	color: #FFFFFF;
	text-decoration: underline;
}

.style1 a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.jpg) repeat left top; }
.bg2 { background: url(images/homepage04_rev.jpg) no-repeat left top; }
.bg3 { background: url(images/subpage1_02_rev.jpg) repeat-y left top; }
.bg4 { background: url(images/subpage1_01_rev.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage1_03_rev.jpg) no-repeat left bottom; }
.bg6 { background: url(images/homepage08.jpg) repeat-y left top; }
.bg7 { background: url(images/homepage09.jpg) no-repeat left bottom; }
.bg8 { background: url(images/subpage2_02_rev.jpg) repeat-y left top; }
.bg9 { background: url(images/subpage2_01_rev.jpg) no-repeat left top; }
.bg10 { background: url(images/subpage2_03_rev.jpg) no-repeat left bottom; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

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

hr { display: none; }

.hr1 {
	height: 1px;
}


