body {
	background: #6B8DA4 url(images/layout_bg.jpg) repeat-x;
	margin: 0px;
	font: 8pt Arial;
	color: #575B5A;
	letter-spacing: 1px;
}
a {
	text-decoration: none;
	color: #D77908;
}
a:hover {
	color: #DBCF6B;
}
b, strong {
	color: #575B5A;
}
em, u, i {
	color: #6DA6AD;
}
a img {
	border: 5px solid #D49051;
}
a:hover img {
	border: 5px solid #DBCF6B;
}
table, tr, td {
	font: 8pt Arial;
}
textarea, input, select, button {
	background: #B8B3AF;
	border: 0px;
	margin: 0px;
	font: 8pt Arial;
	color: #575B5A;
	padding: 4px;
}

h1 {
	background: #B0A9A1;
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #568DA1;
	margin: 0px;
	padding: 3px;
}

h2 {
	background: none;
	font: 15pt Georgia;
	font-style: italic;
	color: #587F6A;
	margin: 0px;
}
h3 {
	background: none;
	border-bottom: 1px dotted #978E83;
	font: 8pt Trebuchet MS;
	font-style: italic;
	padding-bottom: 3px;
	margin: 0px;
	margin-bottom: 15px;
}
div.main {
	background: #C5C1BE;
	border: 1px solid #BFBBB8;
	padding: 10px;
	margin: 0px;
	margin-bottom: 15px;
}
div.text {
	text-align: justify;
	color: #575B5A;
	letter-spacing: 1px;
}
blockquote {
	background: #AFAFBB;
	border: 1px dotted #978E83;
	padding: 10px;
}
