@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 120%;
	margin-bottom: 4px;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 120%;
	margin-bottom: 4px;
	margin-top: 0px;
}

p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-top: 0px;
}

p.light, td.light {
	color: #CCCCCC;
}

p.dark, td.dark, li.dark {
	color: #666666;
}

td.copyright, td.contact {
	color: #666666;
	font-size: 10px;
}
ul {
	margin-top: -12px;
}

li {
	margin-left: -16px;
	list-style-type: square
}

span.colored {
	color: #8EAC00;
}

span.white {
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #8EAC00;
}

hr {
	height: 1px;
	color: #8EAC00;
	background-color: #8EAC00;
	margin-top: 24px;
	margin-bottom: 24px;
}

div.errors {
	color: #990000;
	margin-bottom: 12px;
}
p.errors {
	color: #990000;
}
