
body {
	margin: 0px;
	padding: 0px;
	background-color: #130F10;
}

.scroller {
	overflow: auto;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
	background: url(images/homepage03.gif) repeat-x left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #180E0A;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4, h5, h6 {
	margin: 0px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #463622;
}

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

.text1 {
	text-align: center;
	color: #6C6C6C;
}

/** LISTS */

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

.list1 a {
	padding-left: 8px;
	background: url(images/homepage06.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	display: inline;
}

/** LINKS */

a {
	color: #130E0A;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #EBDFCF;
}

.link2 {
	padding-left: 8px;
	background: url(images/homepage06.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #130E0A; }
.bg2 { background: url(images/bg01.jpg) no-repeat left top; }
.bg3 { background: url(images/bg02.jpg) no-repeat left top; }
.bg4 { background: url(images/bg03.jpg) no-repeat left top; }
.bg5 { background: url(images/bg04.jpg) no-repeat left top; }

/** 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: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
FIELDSET {
	padding: 2px 2px;
	border-color: #000;
}
FIELDSET LEGEND {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 2px 8px;
}



TABLE.menu TH {
	color: #FFF;
	background-color: #2A2052;
	text-align: left;
	font-size: 0.6em;
}
TABLE.menu TH A {
	color: #FFF;
	text-decoration: none;
}
TABLE.menu TH.hover {
	background-color: #778899;
}

TABLE.list TR.gray {
	color: #AAA;
}
TABLE.list TH {
	background-color: #000;
	color: #C2DFCF;
	font-size: 0.8em;
}
TABLE.list TD {
	background-color: #FFF;
	font-size: 0.7em;
	padding: 2px 8px;
}
TABLE.list TD A {
	text-decoration: none;
}
TABLE.list TD A:hover {
	text-decoration: underline;
}
TABLE.list TD.tools {
	font-size: 0.6em;
}
TABLE.list TR.hover TD {
	background-color: #FFFF00;
}

TABLE.form TH {
	background-color: #000;
	color: #C2DFCF;
	font-size: 0.8em;
	text-align: right;
	white-space: nowrap;
	padding: 2px 8px;
}
TABLE.form TD {
	background-color: #EECC8C;
	font-size: 0.7em;
	padding: 2px 8px;
	width: 100%;
	white-space: nowrap;
	padding: 2px 8px;
}

TABLE TH.100, TD.100 {
	width: 100%;
	text-align: left;
}

INPUT {
	padding: 0;
	font-size: 8pt;
}

