/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FCFCFA;
}

/** 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: 12px;
	color: #614A37;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

.text1 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #423417;
}

.text2 {
	color: #87A0B3;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #595230;
}

.text4 {
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: bold;
	color: #B0A366;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #97821A;
}

/** LINKS */

a {
	color: #667987;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.jpg) repeat left top; }
.bg2 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg3 { background: url(images/subpage1_01.jpg) repeat-y left top; }
.bg4 { background: url(images/subpage1_02.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage1_03.jpg) no-repeat left bottom; }
.bg6 { background: url(images/subpage1_04.jpg) no-repeat left top; }

.bg7 { background: url(images/subpage2_01.jpg) repeat-y left top; }
.bg8 { background: url(images/subpage2_02.jpg) no-repeat left top; }
.bg9 { background: url(images/subpage2_03.jpg) no-repeat left bottom; }


/** 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;
}

.button {
background-color: ;
border: Defaultpx dotted ;
color: ;
font-size: ;
font-family: ;
font-style: normal;
font-weight: ;
}
        .buttonscontainer {width: 150px;}

.buttons a {color: #ffffff;
background-color: #93AEC3;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #A98D71;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #574635;
text-decoration: none;
color: #ffffff;}

	.buttonscontainer {width: 150px;}

.but a {color: #ffffff;
background-color: #000000;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #355C98;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.but a:hover {background-color: #000000;
color: #C1301A;
text-decoration: none;}