/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#DBDCE0;
}

td img {
display: block;
}

a, a:visited,a:active {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color: #7f3b00;
	text-decoration: underline;
	font-weight:bold;
}

#leftFade
{
	background-image:url(../images/left_fade.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#rightFade
{
	background-image:url(../images/right_fade.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

img.loader
{
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	border:solid 1px #000000;
}

.topMenu
{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.topMenu a:link, .topMenu a:visited, .topMenu a:active {
	text-decoration:none;
		font-size: 11px;
}

.topMenu a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.selectedMenu
{
	color:#FEFCD6;
}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#070707;
}

.textBrown, .textBrown a
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#813B00;
}

.textBrown a
{
	font-size: 11px;
	text-decoration:underline;	
}

.textBrown a:hover
{
	color:#000000;
}

.redErr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration:underline;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#77420C;
	font-weight:bold;
	line-height:20px;
}

.textlink a, .textlink a:visited, .textlink a:active
{
  font-size: 11px;
  text-decoration: underline;
  color: #7f3b00;
}

.textlink2 a:hover 
{
	color: #000000;
}

