BODY {
	font-family : Arial, Helvetica, sans-serif;
	color : 000000;
	font-size : 13px;
	background-color : FFFFFF;
}
.bodyError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: Red;	
}
A {
	color : F4763A;
	text-decoration : underline;
}

A:link:  {
	color : F4763A;
	text-decoration : underline;
}

A:visited:  {
	text-decoration : underline;
	color : AD8F69;
}

A:hover:  {
	text-decoration : none;
	color : F2EFB9;
}

LI {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 13px;
}

.normal {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
	line-height : 22px;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
}

.headline {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : FFC76D;
}

.subhead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : 6395A7;
}