body {
	margin: 0px;
	background-image: url(layout/bg.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background-color: #6B9D97;
	text-align: center;
}

.border {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
}

.content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #649691;
	height: 14px;
	width: 100%;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #C0B383;
	height: 14px;
	width: 100%;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

select, textarea, option, input {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #6B9D97;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

a:link {
	color: #6B9D97;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #6B9D97;
	text-decoration: none;
}

a:hover {
	color: #6B9D97;
	text-decoration: underline;
}

a:active {
	color: #6B9D97;
	text-decoration: underline;
}