body { 
	color: black; 
	font-size: .8em; 
	line-height: 1.4em;	
	font-family: Arial, Helvetica, sans-serif; 
}

hr { 
	border: 0; 
	color: #e41006; 
	background-color: #e41006; 
	height: 1px; 
}

a:link {
	color: #a5780a;
	text-decoration: underline;
}
a:visited {
	color: #a5780a;
	text-decoration: underline;
}
a:hover {
	color: #8a3333;
	text-decoration: underline;
}
a:active {
	color: #a5780a;
	text-decoration: underline;
}

/*|Body Grey*/
.bodycopy { 
	color: #7c776e; 
}
/*|Body Red*/
.bodycopyRed { 
	color: #8a3333; 
}
/*|Body Brown*/
.bodycopyBrown { 
	color: #6b4444;
}
/*|Body Gold*/
.bodycopyGold { 
	color: #a5780a;
}
/*|Body Black*/
.bodycopyBlack { 
	color: #000000; 
}

/*|Small Grey*/
.smalltext { 
	color: #7c776e; 
	font-size: .8em; 
	line-height: 1em;
}
/*|Small Red*/
.smalltextRed { 
	color: #8a3333; 
	font-size: .8em; 
	line-height: 1em; 
}
/*|Small Brown*/
.smalltextBrown { 
	color: #6b4444; 
	font-size: .8em; 
	line-height: 1em;
}
/*|Small Gold*/
.smalltextGold { 
	color: #a5780a;
	font-size: .8em; 
	line-height: 1em;
}
/*|Small Black*/
.smalltextBlack { 
	color: #000000;
	font-size: .8em; 
	line-height: 1em;
}

/*|Headline Grey*/
.headlineGrey { 
	color: #7c776e; 
	font-size: 1.6em; 
	line-height: 1.2em;
	font-family:"Times New Roman", Times, serif;
}
/*|Headline Red*/
.headlineRed { 
	color: #8a3333; 
	font-size: 1.6em; 
	line-height: 1.2em;
	font-family:"Times New Roman", Times, serif;
}
/*|Headline Brown*/
.headline { 
	color: #6b4444; 
	font-size: 1.6em; 
	line-height: 1.2em;
	font-family:"Times New Roman", Times, serif;
}
/*|Headline Gold*/
.headlineGold { 
	color: #a5780a; 
	font-size: 1.6em; 
	line-height: 1.2em;
	font-family:"Times New Roman", Times, serif;
}
/*|Headline Black*/
.headlineBlack { 
	color: #000000; 
	font-size: 1.6em; 
	line-height: 1.2em;
	font-family:"Times New Roman", Times, serif;
}

/*|*/
