body {
	background-color: #FFFFFF
} 

body {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: #929191;
	background-image: url(images/background_home.gif);
}

.subhead {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #929191;
}

.subhead-margintop {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #929191;
	margin-top: 20px;
}

.legal {
	font-family: Arial;
	font-size: 9px;
	line-height: 10px;
	color: #929191;
}

.normal {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #929191;
}

/* @group legal */

a:link.legal {
	color: #00aef0;
	text-decoration: none;
	font: 9px/10px Arial;
}

a:visited.legal {
	color: #00aef0;
	text-decoration: none;
	font: 9px/10px Arial;
}

a:hover.legal {
	color: #00aef0;
	font: 9px/10px Arial;
	text-decoration: underline;
}

a:active.legal {
	color: #333333;
	text-decoration: underline;
	font: 9px/10px Arial;
}



/* @end */

/* @group links */

a:link.normal {
	color: #00aef0;
	text-decoration: none;
	font: 11px/14px Arial;
}

a:visited.normal {
	color: #00aef0;
	text-decoration: none;
	font: 11px/14px Arial;
}

a:hover.normal {
	color: #00aef0;
	font: 11px/14px Arial;
	text-decoration: underline;
}

a:active.normal {
	color: #333333;
	text-decoration: underline;
	font: 11px/14px Arial;
}



/* @end */