.dark {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	font-weight: normal;

}
.bolddark {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #6699CC;

}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #668800;

}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #cc3333;

}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #cc3333;

}
.white {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
