body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d6c49e;
	font: 12px Arial;
	color: #2E2823;
}

.bullet{
	margin:0 0 0 -10px;
	list-style-image:url(images/bullet01.gif)
}

.footer{
	color:white;
}

.table_title{
	font-weight:bold;
	color:white;
	text-align:center;
	background-color:#C5AC8D;
}

.text_field{
	width:150px;
	height:15px;
	font-size:11px;
}

.selectbox{
	width:35px;
	height:15px;
	font-size:11px;
}

a.black:link, a.black:visited{
	color:#2E2823;
	text-decoration:none;
}

a.black:hover{
	color:#FF6600;
	text-decoration:underline;
}

a.white:link, a.white:visited{
	color:white;
	text-decoration:none;
}

a.white:hover{
	color:#FF6600;
	text-decoration:underline;
}

a:link, a:visit{
  color:#C94D36;
}

a:hover{
  color:#FF6600;
}