body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana;
	text-align: justify;
}

body, th, td {
	font-size: 11px;
	color: #554531;
}

input, select, textarea {
	font-size: 10px;
	color: #6A6A6A;
}

code, pre {
  font: 12px "courier new", courier, monospace;
}

body {
	background-color: #fff;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

a:link, a:visited, a:active {
	color: #8C612C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
  color: #F7B933;
	text-decoration: none;
	font-weight: bold;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

.alert {
  color: #f00;
}

.required {
  color: #807E75;
	font-size: 9px;
}

.stroke {
	border: #000 1px solid;
}

.bg {
	background-image: url(../images/backgrounds/background.gif);
	background-repeat: repeat-x;
}

.bg2 {
	background-image: url(../images/backgrounds/background2.gif);
	background-repeat: repeat-x;
}

.bg3 {
	background-image: url(../images/backgrounds/mainBack.jpg);
	background-repeat: repeat-x;
	background-color: #4C4C4C;
}

.grayBg {
	background-image: url(../images/backgrounds/grayBckg.gif);
}

.pageLeft {
	background-image: url(../images/structural/pageLeft.gif);
	background-repeat: repeat-y;
}

.pageRight {
	background-image: url(../images/structural/pageRight.gif);
	background-repeat: repeat-y;
}

.mainBg {
	background-image: url(../images/backgrounds/mainBG.gif);
}

.copyright {
	font-size: 9px;
	color: #A47E4F;
	text-align: center;
}

.copyright2 {
	font-size: 9px;
}

.tblRight {
	background-image: url(../images/structural/tblRight.gif);
	background-repeat: repeat-y;
}

.tblLeft {
	background-image: url(../images/structural/tblLeft.gif);
	background-repeat: repeat-y;
}

.tblTop {
	background-image: url(../images/structural/tblTop.gif);
	background-repeat: repeat-x;
}

.tblBottom {
	background-image: url(../images/structural/tblBottom.gif);
	background-repeat: repeat-x;
}

.tblSignUpBck {
	background-image: url(../images/backgrounds/signUpBckgrnd.jpg);
	background-repeat: repeat-x;
}

.tblBck {
	background-image: url(../images/backgrounds/tableBckgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #E7E9DF;
	font-size: 10px;
	color: #6A6A6A;
}

.grayText {
	font-size: 10px;
	color: #6A6A6A;
}

.header {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #8C612C;
}

.date {
	color: #B68D5E;
	font-size: 9px;
}

a.linkHeader:link, a.linkHeader:visited, a.linkHeader:active {
	font-size: 12px;
	font-weight: bold;
	color: #8C612C;
	text-decoration: none;
}

a.linkHeader:hover {
	color: #F7D103;
}

a.footer:link, a.footer:visited, a.footer:active {
	font-size: 9px;
	color: #F7B933;
}

a.footer:hover {
	font-size: 9px;
	color: #E4C3A6;
}

.small {
	font-size: 9px;
}