.copyWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

.copyBlack {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}

a:link {
	color: #FEFEFE;
}

a:visited {
	color: #FEFEFE;
}

a:hover {
	color: #910A2B;
}

a:active {
	color: #910A2B;
}

.popupLayer {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 275px;
	height: 200px;
	border: thin solid black;
	z-index: 101;
	background-color: #FFFFCC;
	visibility: hidden;
}

.popupTitleBar, .popupTitleBar td {
	background-color: #E6E600;
	border-bottom: thin solid black;
}

.pbutton { /* In case you are curious, p is short for pseudo */
	color: #000000;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: normal !important;
	font-family: Arial, Helvetica;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	height: 19px;
	cursor: pointer; cursor: hand;
	padding-right: 3px;
	padding-left: 3px;
}

.pbuttonOff {
	border-bottom: solid 4px #DDDDDD;
	border-left: solid 4px #999999;
	border-top: solid 4px #999999;
	border-right: solid 4px #DDDDDD;
	padding-top: 2px;
	padding-bottom: 0px;
}
  
.pbuttonOn {
	border-bottom: solid 4px #999999;
	border-left: solid 4px #DDDDDD;
	border-top: solid 4px #DDDDDD;
	border-right: solid 4px #999999;
	padding-top: 0px;
	padding-bottom: 2px;
}.whitetext16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.redtext16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #910A2B;
}
.whitetext24 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.redtext18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #910A2B;
}
