a:link       { text-decoration: none; color: #00CCFF}
a:visited    { text-decoration: none; color: #0099FF}
a:active     { text-decoration: none; color: #00CCFF}
a:hover      { text-decoration: underline; color: #CC99FF}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #FFFFFF;
}
.graytext {
	color: #CCCCCC;
}

.bottomborder {
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}

.v9 {
	font-size: 10px;
}
.grayborderfull {
	border: 1px solid #999999;
}
.blueborderfull {

	border: 1px solid #3366CC;
}
.liteblueborderfull {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.topgrayborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.grayxsmall {
	font-size: x-small;
	color: #CCCCCC;
}
.large {
	font-size: 16px;
	font-weight: bold;
}
.largebottomborder {
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
.brownborderfull {

	border: 1px solid #993300;
}
.pagetitle {
	font-size: 14pt;
	color: #CCCCCC;
}
