body {
	background-color: #000000;
}
.boldwhite {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.boldwhite2 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.boldgrey {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
.smallboldwhite {
  font-family: Verdana;
	font-weight: bold;
  color: #FFFFFF;
  font-size: 7pt
}
.regtext {
	color: #000000;
	font-size: 16px;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.redBorder
{
    border-color: #990000;
    border-width: 9px 9px 9px 9px;
    border-style: solid;
}
