BODY,TD {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	color : #7D0000;
	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 : #7D0000;
	font-weight: bold;
	text-decoration: none;
}

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

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

A:HOVER {
	color : #DA4646;
	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;
}

.tableborder {
	background-color: #7D0000;
  border-color: #7D0000;
  border-width: 1px;
  border-style: solid;
}

.roundcont {
	width: 100%;
	background-color: #900;
	color: #fff;
}

.tdbg {
	background-color: #CCFF66;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
 
#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;
}

#pre {
	background-color:#FAFAFA;
	border:1px solid #C0C0C0;
	padding:5px;
	font-family:verdana;
	font-size:9px;
}

