
.lghtBg {
	background-image: url("img/common/lght_bg1500.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.drkBg {
	background-image: url("img/common/drk_bg1500.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.picBrdr {
	border-color: #FFCC00;
	border-width: 2px 2px 2px 2px;
}

.picBrdrGrn {
	border-color: #999999;
	border-width: 2px 2px 2px 2px;
}



a.picBrdrYlw {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

a.picBrdrYlw:link {
	color: #999999;
}

a.picBrdrYlw:visited {
	color: #999999;
}
a.picBrdrYlw:hover {
	color: #FFCC00;
}



a.txtLink {
	text-decoration: none;
	font-family: Courier New, Courier, mono;
	font-weight: bold;
	font-size: 15px;
}

a.txtLink:link {
	color: #FFCC00;
}

a.txtLink:visited {
	color: #FFCC00;
}

a.txtLink:hover {
	color: #33CC00;
}




H3 {
	color: #FFCC00;
}

.pgHeader {
	font-family: Courier New, Courier, mono;
	font-size: 18px;
	font-style: normal;
	color: #FFCC00;
	font-weight: bold;
	text-indent: 1.5em;
}

.bodyCopy {
	font-family: Courier New, Courier, mono;
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
	text-indent: 1.5em;
	text-align: justify;
}

.bodyBold {
	font-family: Courier New, Courier, mono;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.txtHeader {
	font-family: Courier New, Courier, mono;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #33CC00;
}

.txtGreen {
	font-family: Courier New, Courier, mono;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #33CC00;
}

.txtTestName {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: #33CC00;
}



.listNone {
	list-style-type: disc;
	color: #FFCC00;
	font-family: Courier New, Courier, mono;
	font-size: 15px;
	font-weight: bold;
}

.hostList {
	list-style-type: none;
	color: #FFCC00;
	font-family: Courier New, Courier, mono;
	font-size: 15px;
	font-weight: normal;
}




.formCopy {
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	font-weight: 400;
	font-style: bold;
	color: #FFFFFF;
	text-align: center;
}

.formBold {
	color: #FFFFFF;
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	font-weight: bold;
}

.formItal {
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}
.txtRedStar {
	color: #CC0000;
	font-weight: bold;
}