body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	color: #FFFFFF;
}
.title {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	color: #E51202;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
}
.subsubtitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {

	color: #FFFFFF;
}
.bulletedlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 180%;
	color: #000000;
	list-style-image: url(../graphics/bullet-gray.gif);
	list-style-position: outside;
	clip:   rect(auto auto auto auto);
	list-style-type: disc;
	padding-left:5px;
    margin-left:8px;
}
