body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 10px;
}

code, pre {
	font: 10px "courier new", courier, monospace;
}

body {
	color: #580104;
	background-color: #b79f69;
	background-image: url(../images/backgrounds/bgTile.gif);
	margin:0px;
}

.bg {
	background-image: url(../images/backgrounds/bg.jpg);
	background-repeat: repeat-x;
}

input, textarea {
	color:#580104;
	font-size:9px;
	padding:1px;
	padding-left:3px;
}

p {
	margin-top:0px;
}

h1 {
  font-size: 18px;
	margin:0px;
	border-bottom:#bbbbbb 2px solid;
	padding-bottom:2px;
	margin-bottom:9px;
}

h2 {
  font-size: 14px;
	color:#e0dfdb;
	border-bottom:#b1aea9 2px solid;
	margin:0;
	margin-bottom:7px;
}

h3 {
  font-size: 12px;
	margin:0px;
	text-transform:uppercase;
	border-bottom:#bbbbbb 2px solid;
	padding-bottom:2px;
	margin-bottom:9px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #b51212;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
  color: #ff0000;
	font-weight:bold;
	text-decoration:none;
}

a.foot:link, a.foot:visited, a.foot:active {
  color: #ffffff;
}

a.foot:hover {
  color: #d58181;
}

a.grey:link, a.grey:visited, a.grey:active {
  color: #e0dfdb;
}

a.grey:hover {
  color: #949494;
}

.alert {
  color: #f00;
}

.required {
  color: #9c0d0d;
	font-size: 9px;
}

.stroke {
	border: #000 1px solid;
}

.footer {
	color:#ffffff;
	font-size:9px;
}

.footer2 {
	color:#d58181;
	font-size:9px;
}

.greyInside {
	border:#bebeb9 1px solid;
	padding:7px;
	margin:0px;
}

.imageBorder {
	border:#2a0505 1px solid;
}