/*css*/

body	{
	margin: 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

body, tr, td, input, textarea	{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
}
.browntitle {

	font-family: Arial, Helvetica, sans-serif;
	color: #582F1B;
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;

}

.brown {

	font-family: Arial, Helvetica, sans-serif;
	color: #582F1B;
	font-weight: none;
	font-size: 12px;

}

.black_list {

	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: none;
	font-size: 12px;
	line-height: 150%;

}
.black {

	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: none;
	font-size: 12px;

}

a {
	color: #744f34;
  text-decoration: none;
}

a:hover
{ color: #DDA014;
  text-decoration: underline;
}

a.home:link {

	font-family: Arial, Helvetica, sans-serif;
	color: #3E2113;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;

}

a.home:visited {

	font-family: Arial, Helvetica, sans-serif;
	color: #3E2113;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;

}

a.white:link {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: none;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;

}
a.white:visited {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: none;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;

}
a.white:hover {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: none;
	font-size: 12px;
	line-height: 100%;
	text-decoration: underline;

}

a.grey:link {

	font-family: Arial, Helvetica, sans-serif;
	color: #535150;
	font-weight: none;
	font-size: 12px;
	line-height: 100%;
	text-decoration: underline;

}

a.grey:visited {

	font-family: Arial, Helvetica, sans-serif;
	color: #535150;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-decoration: underline;

}

ol 
{
list-style-image:url('/images/list_arrow.gif');
}


/* .classes */

.maintable	{
	background-image: url(../images/maintable_bg2.jpg);
	background-repeat: no-repeat;
}

.nullNav
{ color: #A7A6A5;
  text-decoration: none;
}
