body { color: black; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }

a:link {
	color: #D21305;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D21305;
}
a:hover {
	text-decoration: underline;
	color: #414141;
}
a:active {
	text-decoration: none;
	color: #D21305;
}


/*|Body Black*/
.bodycopy    { color: black; font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; }
/*|Body Red*/
.bodycopyRed { color: #D21305; font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; }
/*|Body Gray*/
.bodycopyGray { color: #414141; font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; }

/*|Small Black*/
.smalltext    { color: black; font-size: 9px; line-height: 12px; font-family: Arial, Helvetica, sans-serif;  }
/*|Small Red*/
.smalltextRed { color: #D21305; font-size: 9px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; }
/*|Small Gray*/
.smalltextGray { color: #414141; font-size: 9px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; }

/*|Headline Black*/
.headlineBlack { color: black; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 18px; }
/*|Headline Red*/
.headlineRed        { color: #D21305; font-weight: bold; font-size: 16px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; }
/*|Headline Gray*/
.headlineRed        { color: #414141; font-weight: bold; font-size: 16px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; }

/*|Headline Large Black*/
.headlineLargeBlack { color: black; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 22px; }
/*|Headline Large Red*/
.headlineLargeRed         { color: #D21305; font-weight: bold; font-size: 20px; line-height: 22px; font-family: Arial, Helvetica, sans-serif; }
/*|Headline Large Gray*/
.headlineLargeGray  { color: #414141; font-weight: bold; font-size: 20px; line-height: 22px; font-family: Arial, Helvetica, sans-serif; }

/*|*/
#main_body_container h1 { margin-top:10px; color: #D21305; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 20px;}
#main_body_container h2 { font-size: 14px; margin-bottom:0px; color: #414141;}
#main_body_container ul { margin-top:0px; }

dt { font-weight: bold; }
