html{
	color:#7e7e7e;
	font-size:11px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.standardCopy{
	color:#7e7e7e;
	font-size:12px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.underline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.blackUnderline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.header {
	background-image: url(/images/base/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.8 {
	font-size: 8px;
}

.10 {
	font-size: 10px;
}

.12 {
	font-size: 12px;
}

.14 {
	font-size: 14px;
}

.16 {
	font-size: 16px;
}

.18 {
	font-size: 18px;
}

.20 {
	font-size: 20px;
}

.whiteCopy {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.whiteCopy {
	text-decoration:none;
	text-transform:uppercase;
}

a.whiteCopy:hover {
	text-decoration:underline;
	text-transform:uppercase;
}

.whiteCopyLarge {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.standardHead {
	color:#2d4120;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.noColorHead {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.grayPhotoBorder {
	border-color: #999999;
	border-width:1px;
	border-style:solid;
}

.horizLine, .line {
	border-bottom: 1px solid #7e7e7e;
}

a {
	color:#c56100;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.orangeLink {
	color:#c56100;
	text-decoration:none;
}
.orangeLink:hover {
	text-decoration:underline;
}
.green {
	color:#2d4120;
}
.errorCopy {
	color:#FF0000;
}
.caps {
	text-transform:uppercase;
}
span.RATitle
{
    font-weight: bold;
    color: #2d4120;
	text-transform:uppercase;
}
span.RALabel
{
    font-weight: bold;
    color: #000000;
}
