@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 100px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.heading {
	font-size: 14px;
	line-height: 90%;
	text-transform: uppercase;
	font-variant: normal;
}

.tableborder {
	border: 1px solid #565650;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tablebordertop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #565650;
	border-right-color: #565650;
	border-bottom-color: #565650;
	border-left-color: #565650;
}
.smallprint {
	color: #787870;
	font-size: 9px;
	margin-left: 20px;
}
.headline {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
}
.wordspace {
	word-spacing: 6px;
}

.smallprint a:link {
	color: #787870;
	text-decoration: underline;
}
.smallprint a:visited {
	color: #787870;
	text-decoration: underline;
}
.smallprint a:hover {
	color: #787870;
	text-decoration: none;
}
.smallprint a:active {
	color: #787870;
	text-decoration: underline;
}
.bodytext {
	line-height: 140%;
	padding-right: 20px;
	padding-left: 20px;
}
.smallprintwhite {
	font-size: 9px;
	margin-left: 20px;

}
.dotborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #787870;
}
.formfield {
	margin-top: 8px;
	width: 300px;
}
.picleft {
	margin-right: 10px;
	float: left;
}
.picright {
	float: right;
	margin-left: 10px;
}
.dotborderall {
	border: 1px dotted #FFFFFF;
}
