body {
	font-family: Verdana, "Trebuchet MS", Arial, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	color:black;
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.333333em;
	line-height: 1.25em;
	margin-top: 1.428571em;
	margin-bottom: 0.625em;
	color:black;
	font-weight:bold;
}

h2 {
	font-size: 1em;
	line-height: 1.428571em;
	margin-top: 1.428571em;
	margin-bottom: 0.714286em;
	font-weight:bold;
}

h3 {
	font-size: 1em;
	line-height: 1.666667em;
	margin-top: 1.666667em;
	margin-bottom: 0.833333em;
	color:#2e3956;
}
h4 {
	font-size: 1em;
	line-height: 1.666667em;
	margin-top: 0.833333em;
	margin-bottom: 0;
	color:#2e3956;
}

a {
	color:black;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#content li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:20px;
	padding-left:5px;
	padding-bottom:2px;
}

.whitefont {
	color:white;
}

