body {
	color: #3b2c1c;
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	border: 0;
	color: #8b0129;
	background-color: #91012b;
	height: 1px;
}

a:link {
	text-decoration: none;
	color: #91012b;
}
a:visited {
	color: #91012b;
	text-decoration: none;
}
a:hover {
	color: #3b2c1c;
	text-decoration: underline;
}
a:active {
	color: #91012b;
	text-decoration: none;
}

/*|Body Brown*/
.bodycopy {
	color: #3b2c1c;
}
/*|Body Red*/
.bodycopyRed { 
	color: #91012b; 
}
/*|Body Blue*/
.bodycopyBlue { 
	color: #004990;
}

/*|Small Brown*/
.smalltext {
	color: #3b2c1c;
	font-size: 0.8em;
	line-height: 1em;
}
/*|Small Red*/
.smalltextRed { 
	color: #91012b; 
	font-size: .8em; 
	line-height: 1em; 
}
/*|Small Blue*/
.smalltextBlue { 
	color: #004990; 
	font-size: .8em; 
	line-height: 1em;
}

/*|Headline Brown*/
.headlineBrown {
	color: #3b2c1c;
	font-size: 1.8em;
	line-height: 1.2em;
	font-family:"Times New Roman", Times, serif;
}
/*|Headline Red*/
.headlineRed { 
	color: #91012b; 
	font-size: 1.8em; 
	line-height: 1.2em;
	font-family:"Times New Roman", Times, serif;
}
/*|Headline Blue*/
.headline {
	color: #004990;
	font-size: 1.8em;
	line-height: 1.2em;
	font-family:"Times New Roman", Times, serif;
}

/*|*/

