BODY,TD {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	color : #010066;
	font-size : 11px;
}

.headline {
	font-family : Trebuchet MS;
	font-size : 13px;
	line-height : 14px;
	font-weight : bold;
}

.subPageHeader {
	font-family : Trebuchet MS;
	font-size : 15px;
	line-height : 14px;
	font-weight : bold;
}

.fineprint {
	font-size : 9px;
}

.bold {
	font-weight : bold;
}

A:LINK {
	color : #010066;
	font-weight: bold;
	text-decoration: none;
}

A:ACTIVE {
	color : #010066;
	font-weight: bold;
	text-decoration: none;
}

A:VISITED {
	color : #010066;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	color : #3D3CB7;
	font-weight: bold;
	text-decoration: underline;
}

A.nav:HOVER {
	text-decoration: none;
}

A.headline {
	font-family : Trebuchet MS;
	font-size : 13px;
	line-height : 14px;
	font-weight : bold;
}
#mContainer {
	position:relative;
	width:200px;
	height:15px;
	padding:0px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

#gradient {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:15px;
	background-image:url("/images/gradient.gif");
	background-repeat:no-repeat;
}

#mask {
	position:absolute;
	font-size:1px;
	width:200px;
	height:15px;
	background-color:#FFFFFF;
	left:0px;
	top:0px;
}

#progressIndicator {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:15px;
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:10pt;
	text-align:center;
}

