@charset "utf-8";

.ARG {color: #E1B78F}


.copyright {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF;
}
.contact {
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: normal;
	color: #E3B794;
}


/* CSS Document */

.logoAd {
	background-repeat: no-repeat;
	background-image: url(../images/logoContact.jpg);
}
.agentProfiles {
	color: #561818;
	font-family: "Gill Sans MT";
	font-size: 12;
}

.agentNames {
	color: #411212;
	font-size: 16px;
	font-weight: bold;
	font-family: "Baskerville Old Face";
}

.cellBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6B1D1D;
	border-right-color: #6B1D1D;
	border-bottom-color: #6B1D1D;
	border-left-color: #6B1D1D;
}
.singleBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B1D1D;
}

.premierBrand {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}

.photoBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #3F1111;
	border-right-color: #3F1111;
	border-bottom-color: #3F1111;
	border-left-color: #3F1111;
}

.photoAd {
	background-image: url(../images/photo2.jpg);
	background-repeat: no-repeat;
}
.welcomeText {
	color: #FFFFFF;
	font-family: "Gill Sans MT";
	font-size: 14px;
}

.welcomeLinks {
	color: #E1B78F;
	font-family: "Gill Sans MT";
	font-size: 15px;
	font-weight: bold;
}

.nav {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.bottomBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6B1D1D;
}
.tagLine {
	font-family: "Gill Sans MT";
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.whiteBG {
	background-color: #4A1414;
}
.awardsText {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.formFields {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.formText {
	font-family: "Gill Sans MT";
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
.FormTitle {
	font-family: "Gill Sans MT";
	font-size: 22px;
	font-weight: normal;
	color: #E1B78F;
	text-align: center;
}

.formBorder {
	border: thin solid #FFF;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B30000;
}
