a:link {
	text-decoration: none;
	color: #14772F;
}
a:visited {
	text-decoration: none;
	color: #14772F;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
body {
	background-color: #eee;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006654;
	height: 20px;
	vertical-align: middle;
	cursor: hand;
	padding-right: 22px;
	padding-left: 22px;
}
.footer {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #FFFFCC;
}
.footer a:link {
	color: #A9E2A9;
	text-decoration: underline;
}
.footer a:visited {

	color: #A9E2A9;
	text-decoration: underline;
}
.footer a:hover {

	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {


	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif, Arial;
	font-size: 24px;
	color: #006654;
	margin-left: -3px;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif, Arial;
	font-size: 18px;
	color: #333;
	margin-left: -3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0CB89;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	line-height: 1.5em;
}
.main ul{
	color: #006600;
	list-style-type: circle;
	list-style-image: url(images/tick.gif);
}
blockquote {
	background-color: #F7EFDD;
	padding: 8px;
	border: 1px dotted #EDDBB1;
}
.window {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	border: 1px solid #E4D6AF;
}
.input {
	background-color: #F2E9CE;
	border: 1px solid #CC9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.inputerr {
	background-color: #F2D1CE;
	border: 1px solid #CC6B66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active {

	color: #CC6600;
	text-decoration: none;
}
.captiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	background-color: #F5EEDC;
}

