body {
	color: black;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

hr { 
	border: 0; 
	color: #964209; 
	background-color: #964209; 
	height: 1px; 
}

a:link { 
	color: #964209; text-decoration: none; 
}
a:visited { 
	color: #964209; 
	text-decoration: none; 
}
a:hover { 
	color: #283890; 
	text-decoration: underline; 
}
a:active { 
	color: #964209; 
	text-decoration: none; 
}

/*|Body Black*/
.bodycopy { 
	color: black; 
}
/*|Body Orange*/
.bodycopyOrange { 
	color: #964209; 
}
/*|Body Blue*/
.bodycopyBlue { 
	color: #283890;
}

/*|Small Black*/
.smalltext { 
	color: black; 
	font-size: .8em; 
	line-height: 1em;
}
/*|Small Orange*/
.smalltextOrange { 
	color: #964209; 
	font-size: .8em; 
	line-height: 1em; 
}
/*|Small Blue*/
.smalltextBlue { 
	color: #283890; 
	font-size: .8em; 
	line-height: 1em;
}

/*|Headline Black*/
.headlineBlack { 
	color: black; 
	font-size: 1.15em; 
	line-height: 1.2em;
	font-weight: bold;
}
/*|Headline Orange*/
.headlineOrange { 
	color: #964209; 
	font-size: 1.15em; 
	line-height: 1.2em;
	font-weight: bold;
}
/*|Headline Blue*/
.headline { 
	color: #283890; 
	font-size: 1.15em; 
	line-height: 1.2em;
	font-weight: bold;
}

/*|Headline Large Black*/
.headlineLargeBlack { 
	color: black;
	font-size: 1.8em; 
	line-height: 1.2em;
	font-weight: bold;
}
/*|Headline Large Orange*/
.headlineLargeOrange { color: #964209;
	font-size: 1.8em; 
	line-height: 1.2em;
	font-weight: bold;
}
/*|Headline Large Blue*/
.headlineLargeBlue  { color: #283890;
	font-size: 1.8em; 
	line-height: 1.2em;
	font-weight: bold;
}

/*|*/
