/*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;
}

a {
	color: #744f34;
  text-decoration: none;
}

a:hover
{ color: #DDA014;
  text-decoration: underline;
}

/* .classes */

.maintable	{
	background-image: url(../images/maintable_bg.jpg);
	background-repeat: no-repeat;
}

.nullNav
{ color: #A7A6A5;
  text-decoration: none;
}