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

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

.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 : #00670E;
	font-weight: bold;
	text-decoration: none;
}

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

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

A:HOVER {
	color : #279C37;
	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 {
	border-color: 00670E;
	border-width: 1px;
	border-style: solid;
}
	
#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:#CC00DD;
        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;
}

