.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #574223;
	text-decoration: none;
	list-style-type: square;

}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;


}
.textbg {
	background-image: url(images/textbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.redcorner {
	background-attachment: fixed;
	background-image: url(images/browncorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bluecorner {

	background-attachment: fixed;
	background-image: url(images/bluecorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.whitetextless {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #574223;
	text-decoration: none;
	list-style-type: square;
}

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