body { 
	color: #565353; 
	font-size: .8em; 
	line-height: 1.4em;	
	font-family: Arial, Helvetica, sans-serif; 
}

hr { 
	border: 0; 
	color: #565353; 
	background-color: #565353; 
	height: 1px; 
}

a:link { 
	color: #565353; text-decoration: none; 
}
a:visited { 
	color: #565353; 
	text-decoration: none; 
}
a:hover { 
	color: #565353; 
	text-decoration: underline; 
}
a:active { 
	color: #565353; 
	text-decoration: none; 
}

/*|Body Grey*/
.bodycopy { 
	color: #565353; 
}
/*|Body Red*/
.bodycopyRed { 
	color: #ef3c32; 
}

/*|Small Grey*/
.smalltext { 
	color: #565353; 
	font-size: .8em; 
	line-height: 1em;
}
/*|Small Red*/
.smalltextRed { 
	color: #ef3c32; 
	font-size: .8em; 
	line-height: 1em; 
}

/*|Headline Grey*/
.headlineGrey { 
	font-size: 1.4em;
	color: #565353;
	line-height: 1em;
	font-weight:bold;
}
/*|Headline Red*/
.headlineRed { 
	font-size: 1.4em;
	color: #ef3c32;
	line-height: 1em;
	font-weight:bold;
}

/*|*/