/* Avatar CSS */

body,td,th {font-family: Arial, Helvetica, sans-serif; }

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bgtex.gif);
	background-repeat: no-repeat;
}

a:link, a:visited 		{color: #a20063; text-decoration: underline;}
a:hover, a:active		{color: #dc0e0e; text-decoration: underline;}

.footer 		{font-size: 10px; color: #FFFFFF; }
.footer a:link, .footer a:visited 			{color: #ffffff; text-decoration: none;}
.footer a:hover, .footer a:active			{color: #ffffff; text-decoration: none;}


.header 		{font-size: 20px; color: #b39c56; }
.bodytxt 		{font-size: 12px; color: #282828; }
.subhead {
	font-size: 14px;
	color: #b39c56;
	font-weight: bold;
}

.txt11p 		{font-size: 11px; color: #282828; }
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #441833;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
}

.highlighttab 	{background-color: #faf4e3; border: 1px solid #ede1bb; }

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #fbf9f2;
	border: 1px solid #DFC984;
}