body {
	background-color: #D8D8D8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#maindiv {
	background-color: #D8D8D8; 
	width:758px; 
	/*margin: 0 auto;*/
}

.content {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
}

.contentBig {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

.contentLink:link {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
}
.contentLink:visited {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
}
.contentLink:active {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
}
.contentLink:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #FF0000;

}

A.sclink:link, A.sclink:visited, A.sclink:active, A.sclink:hover {
	FONT-SIZE: 9px; 
	FONT-FAMILY: tahoma;
	COLOR: #000000
}

.contentDynLink {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	border-bottom: 1px dashed #333333;
	cursor:hand;
}
.contentDynLink:link {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	border-bottom: 1px dashed #333333;
	cursor:hand;
}
.contentDynLink:visited {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	border-bottom: 1px dashed #333333;
	cursor:hand;
}
.contentDynLink:active {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	border-bottom: 1px dashed #333333;
	cursor:hand;
}
.contentDynLink:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	border-bottom: 1px dashed #333333;
	cursor:hand;
}

.dcontentDynLink {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
}
.dcontentDynLink:link {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	cursor:hand;
}
.dcontentDynLink:visited {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	cursor:hand;
}
.dcontentDynLink:active {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	cursor:hand;
}
.dcontentDynLink:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	cursor:hand;
}

.red {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FF0000;
}

.yellow {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFCC00;
}
.yellow:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFCC00;
}
.yellow:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFCC00;
}
.yellow:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFCC00;
}
.yellow:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFCC00;
}


.redB {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #B40400;
}


.yellowU {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	color: #FFCC00;
}
.yellowB {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #FFCC00;
}
.yellowS {
	font-family: Tahoma;
	font-size: 9px;
	font-weight:bold;
	color: #FFCC00;
}

.paging {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #FFCC00;
	cursor:hand;
}

.pagingcurrent {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #D8B320;
}

.dContent {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}
.dContent:link {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}
.dContent:visited {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}
.dContent:active {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}
.dContent:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFCC00;
}
.SELECT {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	background-color: #D3D3D3;
	border-color: #D3D3D3;
	border-style:solid;
	border-width:1px;
	padding-left:3px;
}
.INPUT {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	background-color: #D3D3D3;
	border-color: #BEBEBE;
	border-style:solid;
	border-width:1px;
	padding-left:3px;
}

.button {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFCC00;
	font-weight:bold;
	background-color: #333333;
	cursor: hand;
	}

.redbutton {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFCC00;
	font-weight:bold;
	background-color: #333333;
	border-color: #FF0000;
	cursor: hand;
	}


.TEXTAREA {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
	background-color: #D3D3D3;
	border-color: #BEBEBE;
	border-style:solid;
	border-width:1px;
	padding-left:3px;
}

.boldContent {
	font-family: Tahoma;
	font-size: 9px;
	font-weight:bold;
	color: #B40400;
}
.error {
	font-family: Tahoma;
	font-size: 9px;
	color: #FF0000;
}
.bLink {
	font-family: Tahoma;
	font-size: 11px;
	color: #B40400;
	font-weight:bold;
	text-decoration:none;
}
.bLink:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #B40400;
	font-weight:bold;
	text-decoration:none;
}
.bLink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #B40400;
	font-weight:bold;
	text-decoration:none;
}
.bLink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight:bold;
	text-decoration:none;
}
.bLink:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #B40400;
	font-weight:bold;
	text-decoration:none;
}
.bgInput {
background-image: url(inputBg.jpg);
width: 186px;
height:15px;
margin-top:5px;
margin-left:5px;
font-family: Tahoma;
font-size: 11px;
color: #333333;
border-width:0px;
padding-left:3px;
padding-top:3px;
}

.bgInputSmall {
background-image: url(inputBgSm.jpg);
width: 117px;
height:15px;
margin-top:5px;
margin-left:5px;
font-family: Tahoma;
font-size: 11px;
color: #333333;
border-width:0px;
padding-left:3px;
padding-top:3px;
}


#dhtmltooltip{
position: absolute;
width: 200px;
padding: 2px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;
font-family: Tahoma;
font-size: 11px;
font-weight:bold;
color: #000000;
text-decoration:none;
opacity: .9;
filter: alpha(opacity=90);
}


#zapSelector{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	line-height:16px;
	z-index:100;
}

#zapSelector a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}

#zapSelector a:hover{ 
	text-decoration: underline;
}


.selectorHeader {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	line-height:16px;

}


.tag {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
}

.tagBold {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.tag {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
}

.tagBig {
	font-family: Tahoma;
	font-size: 16px;
	color: #333333;
}

.tagBigBold {
	font-family: Tahoma;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}


.dheaderSmall {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.dheader {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

.dheaderBigBold {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.dheaderBold {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.loading {
	font-family: Tahoma;
	font-size: 12px;
	color: #B6B6B6;
	font-weight: bold;
}