/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bkgd.gif');
	background-attachment: fixed;

}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #FFBC00;
}

.text2 {
	text-align: center;
	color: #A49F92;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #006537; text-decoration: none;
}

a:hover {
	color: #006537; text-decoration:underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url('images/subpage01.jpg') no-repeat center top; }
.bg2 { background: url('images/subpage02.jpg') repeat-y center top; }
.bg3 { background: url('images/subpage03.jpg') no-repeat center 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;
	margin-bottom: 15px;
	background: url('images/homepage08.gif') repeat-x left top;
}
html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }