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: #999999; text-decoration: none; 
}
a:visited { 
	color: #999999; 
	text-decoration: none; 
}
a:hover { 
	color: #419639; 
	text-decoration: underline; 
}
a:active { 
	color: #999999; 
	text-decoration: none; 
}

/*|Body Grey*/
.bodycopy { 
	color: #333333;
	font-size: 13px; 
	line-height: 18px;
}
/*|Body Red*/
.bodycopyRed { 
	color: #e41006; 
	font-size: 13px; 
	line-height: 18px;
}
/*|Body Green*/
.bodycopyGreen { 
	color: #419639;
	font-size: 13px; 
	line-height: 18px;
}

/*|Small Grey*/
.smalltext { 
	color: #333333; 
	font-size: .8em; 
	line-height: 1em;
}
/*|Small Red*/
.smalltextRed { 
	color: #e41006; 
	font-size: .8em; 
	line-height: 1em; 
}
/*|Small Green*/
.smalltextGreen { 
	color: #419639; 
	font-size: .8em; 
	line-height: 1em;
}

/*|Headline Grey*/
.headlineGrey { 
	color: #333333; 
	font-size: 1.15em; 
	line-height: 1.2em;
	font-weight: bold;
}
/*|Headline Red*/
.headlineRed { 
	color: #e41006; 
	font-size: 1.15em; 
	line-height: 1.2em;
	font-weight: bold;
}
/*|Headline Green*/
.headline { 
	color: #419639; 
	font-size: 1.15em; 
	line-height: 1.2em;
	font-weight: bold;
}

/*|Headline Large Grey*/
.headlineLargeGrey { 
	color: #333333;
	font-size: 2em; 
	font-weight: bold;
}
/*|Headline Large Red*/
.headlineLargeRed { color: #e41006;
	font-size: 2em; 
	font-weight: bold;
}
/*|Headline Large Green*/
.headlineLargeGreen  { color: #419639;
	font-size: 2em; 
	font-weight: bold;
}

/*|*/
