/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F5F7EA url(images/bg01.jpg) repeat-x left top;
}

.frame {
	height: auto;
	width: 800px;
	position: relative;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 16px;
	line-height: 23px;
}

h1, h2 {
	margin-bottom: 15px;
}

h1 span, h2 span {
	color: #689702;
}

h3 {
	font-size: 11px;
	color: #689702;
}

/** LINKS */

a {
	color: #993300;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 1.67em;
}

.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	line-height: 1.67em;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	line-height: 1.67em;
}

.style1 a {
}

.style1 a:hover {
}

/** MISC */

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

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

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