#layout1 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	padding: 10px;
	background-color: #F8F8EF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #F8F8EF;
	padding: 5px;
}
#subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #003300;
}
#border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECECD9;
	border-right-color: #D8D8B4;
	border-bottom-color: #D8D8B4;
	border-left-color: #ECECD9;
}
a:link {
	color: #669900;
}
a:hover {
	color: #339900;
}
a:active {
	color: #0066FF;
}
a:visited {
	color: #666600;
}
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E3E3BF;
	padding: 5px;
	border: thin solid #CDCD9E;
}
