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: 15px;
}

code, pre {
  font: 15px "courier new", courier, monospace;
}

body {
	background-color: #fff;
  color: #000;
}

ul {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 4px;
	padding-right: 10px;
}

li {
	list-style-image: url(../images/misc/bullet.gif);
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
	margin: 0px;
}

h3 {
  font-size: 12px;
	color: #a54f3e;
	margin: 0px;
}

h4 {
  font-size: 13px;
	color: #fff;
	margin: 0px;
}

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: #5f532d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  color: #a54f3e;
	font-weight: bold;
	text-decoration: none;
}

a.redLink:link, a.redLink:visited, a.redLink:active {
  color: #a54f3e;
	font-size:12px;
}

a.redLink:hover {
  color: #5f532d;
	font-size:12px;
}

a.foot:link, a.foot:visited, a.foot:active {
  color: #b4986a;
	font-size: 9px;
}

a.foot:hover {
  color: #5a4c34;
	font-size: 9px;
}

a.white:link, a.white:visited, a.white:active {
  color: #fff;
}

a.white:hover {
  color: #d2a298;
}

.redHeader {
  color: #a54f3e;
	font-size: 14px;
	font-weight: bold;
}

.alert {
  color: #f00;
}

.required {
  color: #a54f3e;
	font-size: 9px;
}

.photoBorder {
	border: #b37f71 1px solid;
	background-color: #c48575;
}

.stroke {
	border: #000 1px solid;
}

.divider {
	color: #ded2bb;
	font-size: 9px;
}

.footer {
	color: #8f866c;
	font-size: 9px;
}

.highlight {
	color: #822f1f;
	font-weight: bold;
}

.smaller {
	font-size: 10px;
}

.white {
	color: #fff;
	font-size: 10px;
}

.bgLeft1 {
	background-image: url(../images/backgrounds/bgLeft.gif);
	background-position: top right;
}

.bgLeft {
	background-image: url(../images/backgrounds/bgLeft.jpg);
	background-repeat: repeat-x;
	background-position: top right;
}

.bgRight1 {
	background-image: url(../images/backgrounds/bgRight.gif);
	background-position: top left;
}

.bgRight {
	background-image: url(../images/backgrounds/bgRight.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}