body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8EDD4;
	line-height: 1.5;
}

h1 {
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
}

img {
	border: none;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

img.black {
	border: 1px solid #000000;
}

a:link, a:visited {
	color: #CC0000;
}

a:hover {
	color: #006600;
}

a.menu:link, a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	color: #CC0000;
	text-decoration: none;
}

a.section:link, a.section:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a.section:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

hr {
	border: none;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
}

hr.double {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none;
	border-right: none;
	color: #000000;
	background-color: #F8EDD4;
	height: 3px;
	width: 100%;
}

.both {
	clear: both;
}

.center {
	text-align: center;
}

.section {
	color: #CC0000;
	font-weight: bold;
}

table.layout {
	margin-bottom: 10px;
}

table.layout tr td {
	border-bottom: 1px solid #000000;
}

table.layout tr td.information {
	text-align: center;
	background-color: #000000;
	padding: 2px 0px;
	color: #FFFFFF;
}

input[type="text"], textarea {
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	padding: 3px;
	font-size: 11px;
}

input[type="text"]:focus, textarea:focus {
	background-color: #CCCCCC;
}