@charset "UTF-8";
body,td,th {
	font-size: 10px;
	color: #ffffff;
	
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footer {
	font-size: 9px;
	color: #FFFFFF;
}
.style1 {
	font-size: 10px;
	font-weight: normal;	
}
.dashedLineTd {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.style2 {font-size: 9px}
.description {
	font-size: 9px;
	color: #666;
	font-weight: normal;
	letter-spacing: normal;
}
.descriptionTitle {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	letter-spacing: normal;
}
.descriptionInfo {
	font-size: 9px;
	font-weight: normal;
	color: #8f0000;
	letter-spacing: normal;
}
.descriptionInfo a {
	color: #8f0000;
	text-decoration: none;
	font-weight: normal;
}
.contactInfo {
	font-size: 10px;
	color: #FFF;
	text-align: left;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:10px;
	margin-right:10px;
}
