html {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	scrollbar-face-color: #EEDFB5;
	scrollbar-highlight-color: #372F10;
	scrollbar-shadow-color: #372F10;
	scrollbar-3dlight-color: #F1EFE2;
	scrollbar-arrow-color: #372F10;
	scrollbar-track-color: #F1EFE2;
	scrollbar-darkshadow-color: #F1EFE2;
	scrollbar-base-color: #F1EFE2;
}

body {
	background-color: #372F10;
}

/* ---------- BACKGROUNDS ---------- */

.backgroundMain {
	background-color: #F1EFE2;
}
.backgroundFormContact {
	background-color: #F1EFE2;
}

/* ---------- BORDERS ---------- */

.borderMain {
	background-color: #FFFFFF;
}
.borderFormContact {
	background-color: #372F10;
}

/* ---------- HEADINGS ---------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* ---------- TEXT ---------- */

.textSmall {
	color: #372F10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.text {
	color: #372F10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textLarge {
	color: #372F10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

.textWelcome {
	color: #372F10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: bold;
}

.textQuote {
	color: #372F10;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: italic;
}

.textFooter {
	color: #EEDFB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.textFormContact {
	color: #372F10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textFormContactSmall {
	color: #372F10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* ---------- LINKS ---------- */

.text a:link {
	color: #669999;
	text-decoration: underline;
}
.text a:visited {
	color: #669999;
	text-decoration: underline;
}
.text a:active {
	color: #ADC5BF;
	text-decoration: underline;
}
.text a:hover {
	color: #ADC5BF;
	text-decoration: underline;
}

.textFooter a:link {
	color: #669999;
	text-decoration: underline;
}
.textFooter a:visited {
	color: #669999;
	text-decoration: underline;
}
.textFooter a:active {
	color: #ADC5BF;
	text-decoration: underline;
}
.textFooter a:hover {
	color: #ADC5BF;
	text-decoration: underline;

/* ---------- LINES ---------- */


/* ---------- BUTTONS ---------- */

.buttonFormContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #EEDFB5;
}

/* ---------- STORAGE ---------- */

.xbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
}