body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000;
	font-size: 10pt;
}

A:link {
		text-decoration: none;
		color:#000
}

A:visited {
	text-decoration: none;
	color: #000;
} 
A:hover {
	text-decoration:underline;
	color: #000;
} 
.link2 a {
color: #FFFFFF;
font-size: 10px;
text-decoration: underline;
}
.link2 a:visited {
color: #FFFFFF;
font-size: 10px;
}
.link2 a:hover {
	color: #FFF;
	font-size: 10px;
	text-decoration: underline;
}
whitetext {
	color: #FFF;
}
.whitetext2 {
	color: #FFF;
}
.BoldText {
	font-size: 14pt;
	font-weight: bold;
}
.Bold12 {
	font-size: 12px;
	font-weight: bold;
}
.GrayTable {
	background-attachment: fixed;
	background-color: #CCC;

	background-image: url(images/cellbackgrad.jpg;
	background-repeat: repeat-x;
}
.CellBottomBorder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


