body,td,p {  line-height: 20px;  color: #6B6B47; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 8pt;}


.title {font-size: 16pt; font-weight: bold; color: orange;}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: 00494A; text-decoration: underline}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: 00494A; text-decoration: underline}
a:hover{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: DE924A; text-decoration: underline}
a:link{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: 00494A; text-decoration: underline}


a:visited.subnav {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: efefef; text-decoration: none}
a:active.subnav {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: efefef; text-decoration: none}
a:hover.subnav {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: FFFFFF; text-decoration: underline;}
a:link.subnav {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: efefef; text-decoration: none}

.subnav {color: white;}
hr		{color: #eae6db;font-size: 8pt;}


.h1 { color: 999966; font-family:  Times, serif; font-weight: normal; font-size:14pt; font-weight: normal;}
.h2 { color: 999966; font-family:  Times, serif; font-weight: normal; font-size:14pt; font-weight: normal;}
.h3 { color: 999966; font-family:  Times, serif; font-weight: normal; font-size:12pt; font-weight: bold;}
.h4 { color: 999966; font-family:  Times, serif; font-weight: normal; font-size:14pt; font-weight: normal;}
.h5 { color: 999966; font-family:  Times, serif; font-weight: normal; font-size:14pt; font-weight: normal;}
.h6 { color: 999966; font-family:  Times, serif; font-weight: normal; font-size:14pt; font-weight: normal;}

.rowOff		{background-color: inherit;}
.rowOn		{background-color: efefef;}

.error { color: red; font-weight: bold;}
.errorMsg{ color: red; font-weight: normal;}


/*Form styles */
.form				{background-color:#888885;}
.form-title			{background-color:#888885;color:white;font-weight: bold;}
.form-column		{background-color:#DEDFD6;font-weight: bold;}
.form-column-error	{background-color:#DEDFD6;font-weight: bold;color: red;}
.form-cell			{background-color:#FFFFF7;font-weight: normal;}
.form-cell-alt		{background-color:#efefef;font-weight: normal;}
.form-cell-error	{background-color:#FFFFF7;font-weight: normal;color:red;}

input { font-size:8pt;}
select { font-size:8pt;}
.button                 {
	background-color: #cccc99;
	border-bottom: #000000 solid 2px;
	border-left: #000000 solid 2px;
	border-right: #000000 solid 2px;
	border-top: #000000 solid 2px;
	cursor: hand;
	padding: 1px 1px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
}

.tabOn {padding: 3px; border-left: Black solid 1px;border-right: Black solid 1px;border-top: Black solid 1px;}

.tabOff {padding: 3px; border-bottom: Black solid 1px;border-top: gray solid 1px;border-left: gray solid 1px;border-right: gray solid 1px;background-color: B5B286;}

.tabSpacer{border-bottom: Black solid 1px;}

/*visible and hidden classes*/
.visible			{	visibility: visible;display: auto;}
.hidden				{	visibility: hidden;display: none;}