body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	background-image: url(images/box.jpg);
	font-size:12px;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boldText{
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
}
.smallboldText{
	font-size:10px;
	font-weight:bold;
}

td{
	font-size:12px;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link{
	color:#FFFFFF;
}
a:hover{
	color:#f6f6f6;
}
a:visited{
	color:#FFFFFF;
}
.border {
	border: thin solid #999999;
}
.whitetext {
	color: #FFFFFF;
}
.linkstext {
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.linkstext a:link, .linkstext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.linkstext a:hover, .linkstext a:active{
	color: #BBE3FF;
	text-decoration: none;
}
.textevent {
	font-weight: bold;
	color: #FFFFFF;
}
.whiteFootertext {
	font-size: 10px;
	color: #ffffff;
}
.footertext {
	font-size: 10px;
	color: #000000;
}
h1{
	font-size: 18px;
	font-weight: normal;
}
#pageContent{
	padding: 10px;
	color: #FFFFFF;
	vertical-align: top;
}
.relatedLinks{
	font-size: 10px;
	font-weight: bold;
}
.dottedLine{
	height: 1px;
	border: 1px dotted #FFFFFF;
}