/* typeface specification */

.bodytext
{
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
	text-align: justify;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #A59165;
	line-height: 1.6;
}

.footertext
{
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
	text-align: justify;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #BEB6A7;
	line-height: 1.6;
}

/* form class specification */

.formtext
{
	FONT-SIZE: 11px;
	COLOR: #A59165;
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif;
	BORDER-WIDTH: 1;
	BORDER-COLOR: #BEB6A7;
	BORDER-STYLE: solid;
	BACKGROUND-COLOR: #FFFFFF;
}

/* link class specification */

A.bodylink:link { color: #A59165; text-decoration: underline; }
A.bodylink:visited { color: #A59165; text-decoration: underline; }
A.bodylink:hover { color: #A59165; text-decoration: none; }
A.bodylink:active { color: #A59165; text-decoration: underline; }

A.footerlink:link { color: #BEB6A7; text-decoration: none; }
A.footerlink:visited { color: #BEB6A7; text-decoration: none; }
A.footerlink:hover { color: #9C9585; text-decoration: none; }
A.footerlink:active { color: #BEB6A7; text-decoration: none; }