body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #1F1F1F;
}
a:link {
	color: #9ad;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #9ad;
}
a:active {
	text-decoration: none;
}
.subtitle {
	font-size: 12px;
	color: #72587F;
	font-style: normal;
	font-weight: bold;
}
.title {
	font-size: 16px;
	color: #9ad;
	font-style: normal;
	font-weight: bold;
}
.text {
	font-size: 11px;
	color: #CCCCCC;
}
.titlesm {
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.captions {
	font-size: 9px;
	color: #FFFFFF;
	font-style:italic;

}