/*font styles*/
body {
	font-family: Arial,Helvetica, Verdana, sans-serif;
	font-size: 1em;
}

/*a {
	color: #FFF;
	
	}
*/
.linkCopyMain {
	font-variant: small-caps;
	font-size: 1.3em;
	font-family: "Abadi MT Condensed Light", "Arial Narrow", "Footlight MT Light";
}

.linkCopyLarge {
	font-size: 24px;
	font-variant: normal;
}

.bodyCopy {
	color: #69696b;
	font-size: .9em;
	line-height: 1.3em;
	text-align: justify;
}

.bold black {
	color: #000000;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: justify;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.bodyCopySmall {
	font-size: 75%;
}

.bold {
	font-weight: bold;
}
.pointSevenFive {
	font-size: .75em;
}
.pointEight {
	font-size: .8em;
}
.pointNine {
	font-size: .9em;
}
.onePointOne {
	font-size: 1em;
}

.onePointTwo {
	font-size: 1.2em;
}

.impact {
	font-family: Impact, Arial, Verdana, sans-serif;
}

.indent1{
	text-indent: 50px;	
}

.indent2 {
	text-indent: 100px;
}

.indent3 {
	text-indent: 200px;
}

.indent4 {
	text-indent: 300px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.lt_grey {
	color: #757878;
}

.dk_grey {
	color: #3A3D3C;
}

.black {
	color: #000;
}

.purple, .purple a {
	color: #981F63;
}

.white {
	color: #FFF;
}
