a {
	color: black ;
	font-weight:bold;
}

a:hover {
	color: #B55A48;
	font-weight:bold;
}

body {
	font-family: 'arial' ;
	font-size: 12px ;
	color: black;
}

table {
	border-collapse: collapse;
}

td {
	font-family: 'arial' ;
	font-size: 12px ;
	background-color:transparent;
}

input, select, textarea {
	font-family: 'arial' ;
	font-size: 12px ;
}

hr {
	border: 0;
	width: 100%;
	background: #B55A48;
	height: 2px;
 }

.formheading {
	color: #B55A48 ;
	font-weight: bold;
	font-size: 14px;
}

.sectionheading {
	color: #B55A48 ;
	font-weight: bold;
	font-size: 12px;
}




div.borders {
}
div.borders table {
	border:1px solid gray;
    margin-bottom: 0px;
}
div.borders td {
	border: 1px solid gray;
}




.listtableheader {
	padding:2px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/brown_gradient.jpg) ;
	text-align: left;
}
.formtableheader {
	padding-right:10px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/brown_gradient.jpg) ;
	text-align: right;
}




.Menu {
}

.Menu ul {
  background:#7795BD;
}

.Menu ul li {
	background:#968A7C ;
	text-align:left;
	/* set width if needed.*/
	width:200px;
}

.Menu ul li a {
  color: black;
  padding: 4px 2px 4px;
  padding-left:8px !important;
  border:1px solid #968A7C;
  border-bottom: 0;
}

.Menu ul li a:hover {
  background-image: none;
}

.Menu ul li a:hover {
	background:#B45944 ;
  color: white;
}

.Menu ul li a {
  color: white;
}