body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #000000;
	list-style-image: url(images/arrow.gif);
}
.button{
	text-decoration: none;	
}
.page{
	width: 860px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.top{
	background-image: url(images/top.jpg);
	width: 860px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: top;
}
.bottom{
	background-image: url(images/bottom.jpg);
	width: 860px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	background-image: url(images/bgText.gif);
}
.mainContent{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #83C0DE;
	width: 99%;
	list-style-image: url(images/arrow.gif);
}
.menu{}
.menuLink{
	color: #DC6B38;
	text-decoration: none;
}
.excelLink{
	color: #FFFFFF;
	text-decoration: underline;
}
.blurb{
	background-image: url(images/blurbBG.jpg);
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 800;
	line-height: 14px;
}
.textbox{
	height: 18px;
	width: 200px;
	color: #006699;
	border: 1px solid #0066AB;
}
.textboxPassword{
	height: 18px;
	width: 300px;
	color: #006699;
	border: 1px solid #0066AB;
}
