/* Anchors */
A{text-decoration:underline}
A:hover{text-decoration:none}
A:link{color:#534741;font-weight:bold;}
A:visited{color:#534741;font-weight:bold;}
A:active{color:#7A6960;font-weight:bold;}

/*Forms*/
.form{
	color:#000000;
	background:#FFFFFF;
}
.formBut{
	font:normal 13px ms sans serif,sans-serif;
	color:#000000;
	background:#CCCCCC;
	border:2 outset #CCCCCC;
}

/*Other*/
.Title,.Body,.BorderBrown,.HpSpecials,.Legal,.LeftNav
{
	font-family:arial,helvetica;
	color : #666666;
}

.Content {
	font-size:8pt;
	font-family:arial,helvetica;
}

.Title
{
	font-weight:bold;
	font-size:16px;
	color : #534741;
}

.Body,.BodyTd
{
	font-size:13px;
	color : #666666;
}

.Body
{
	margin-left : 20;
	margin-right : 20;
}

.BorderBrown
{
	border : 2px solid #A47D4C;
}

.HpSpecials
{
	font-weight:bold;
	font-size:10px;
	color:#534741;
	line-height:15px;
}

.Legal
{
	font-size:10px;
	color:#A37D4B;
}

.LeftNav
{
	font-size:11px;
	color:#000000;
}