body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana;
}

body, th, td, input, select, textarea, p, li {
  font-size: 11px;
}

code, pre {
  font: 12px "courier new", courier, monospace;
}

body {
	background-color: #fff;
  color: #000;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

li {
	list-style: square;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
	color: #D45445;
	font-weight: bold;
	font-size: 10px;
	text-decoration : none;
}

a:hover {
  color: #19057A;
	text-decoration : none;
}

a.footer:link, a.footer:visited, a.footer:active {
  color: #19057A;
	font-weight: bold;
	font-size: 10px;
	text-decoration : none;
}

a.footer:hover {
  color: #D45445;
	text-decoration : none;
}

.alert {
  color: #f00;
}

.required {
  color: #f00;
	font-size: 10px;
}

.stroke {
	border: #000 1px solid;
}

.bgTile {
	background-color: #f5ec94;
	background-image: url(../images/backgrounds/bgTile.gif);
	background-repeat: repeat-x;
}

.navBackground {
	background-image: url(../images/backgrounds/navBackground.gif);
	background-repeat: repeat-x;
}

.leftBackground {
	background-image: url(../images/backgrounds/leftBackground.gif);
	background-repeat: repeat-y;
}

.footer {
	font-size: 10px;
	color: #706E6E;
}

.redVisited {
	color: #D45445;
	font-weight: bold;
	font-size: 10px;
}

.tblBorder {
	border: #E7E4B3 1px solid;
	background-color: #F9F4BF;
}

.tblText {
	color: #7D7824;
	font-size: 10px;
}

a.tblHeader:link, a.tblHeader:visited, a.tblHeader:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.tblHeader {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.header {
	font-size: 15px;
	font-family: arial;
	color: #6C6B9B;
	font-weight: bold;
}