body, td  {
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #555555;
}

textarea, input, select, li, ul {
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
}

h1 {
	font-family: verdana;
	font-size: 26px;
	line-height: 24px;
	color: #000000;
}

h2 {
	font-family: verdana;
	font-size: 26px;
	line-height: 24px;
	color: #000000;
}

h3 {
	font-family: verdana;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

ul {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

li {
	font-size: 10px;
/*	font-style: italic;*/
	font-weight: bold;
	padding-bottom: 8px;
}

.toolLink { color: #000000; text-decoration: none; font-weight: bold; font-family: verdana; font-size: 13px; line-height: 15px; }
.toolLink:hover { color: #000000; text-decoration: none; font-weight: bold; font-family: verdana; font-size: 13px; line-height: 15px; }
.toolLink:active {  color: #000000; text-decoration: none; font-weight: bold; font-family: verdana; font-size: 13px; line-height: 15px; }

.toolTable {
	width: 100%;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	cursor: hand;
	border: 1px solid transparent;
}

.toolBlurb {
	text-align: justify;
	padding: 5px 10px 0px 10px;
}

a { color: #000000; text-decoration: none; font-weight: bold; font-family: verdana; font-size: 11px; line-height: 13px; }
a:hover { color: #a17a00; text-decoration: none; font-weight: bold; font-family: verdana; font-size: 11px; line-height: 13px; }
a:active { color: #00baba; text-decoration: none; font-weight: bold; font-family: verdana; font-size: 11px; line-height: 13px; }

div#menuBar a { color: #505358; font-family: verdana; font-weight: bold; font-size: 11px; line-height: 13px; text-decoration: none; }
div#menuBar a:hover { color: #969ca6; font-family: verdana; font-weight: bold; font-size: 11px; line-height: 13px; text-decoration: none; }
div#menuBar a:active {color: #00ccff; font-family: verdana; font-weight: bold; font-size: 11px; line-height: 13px; text-decoration: none; cursor: pointer; cursor: hand; }

.menuBar { background-color: #dddddd; padding: 10px; padding-left: 10px; padding-right: 20px; border-top: 1px solid #000; border-bottom: 1px solid #000; }

.headerTitle {
	font-family: verdana;
	font-size: 26px;
	line-height: 30px;
	color: #444;
}

.tdMenu {
	background-image: url("/images/titleBar.png");
	background-color: #6b5243;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.tdField {
	background-color: #868072;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

.tdData {
	background-color: #dddddd;
	color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.tdDataSmall {
	background-color: #dddddd;
	color: #555;
	font-family: verdana;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	text-align: left;
}

.tdDataReq {
	background-color: #ffc4c4;
	color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.tdDataEither {
	background-color: #c4d2ff;
	color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.tdAction {
	background-color: #855656;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
