/** GENERAL **/
body, div, p, a, h1, h2 {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content table {
	margin-bottom: 12px;
}
#content table th {
	padding-left: 0px;
	padding-right: 6px;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
p.frontPage {
	font-size: 14px;
	width: 360px;
}
a {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 16px;
	color: #bed52f;
}
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #6d6e71;
}
h3 {
	margin-top: 0px;
	margin-bottom: 6px;
}
h3,
h3 a {
	color: #bed52f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.separator {
	clear: both;
	margin-top: 0px;
	margin-bottom: 8px;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
  	height: 4px;
}
.thinSeparator {
	clear: both;
	margin-top: 16px;
	margin-bottom: 8px;
	background-image: url(images/hr_thin.gif);
	background-repeat: no-repeat;
	height: 1px;
}
.greenText {
	color: #bed52f;
}
.blueText {
	color: #1e3c94;
}
ul, ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 12px;
	margin-left: 0px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
ul li {
	margin-left: -6px;
	background-image: url(images/bullet_green.gif);
}
ul, ol {
	margin-bottom: 10px;
}

ul li ul {
	margin-top: 6px;
}

ul li ul li {
	padding-left: 20px;
	margin-left: -12px;
	background-image: url(images/bullet_green_2.gif);
}
form {
	margin: 0px;
}
.greenButton {
	background-image: url(images/button_green.gif);
	width: 108px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	line-height: 30px;
	margin-right: 16px;
	margin-bottom: 12px;
	float: left;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.greenButton a {
	text-decoration: none;
}
