body {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; background-color: #FFFFFF;
}

.Navbar{
	color: #386847;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	margin-left: 3;
}

.NavbarUpdate{
	color: #386847;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	margin-left: 3;
}

.HeaderBig{
	color: #386847;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	margin-left: 0;
}

.HeaderMiddle{
	color: #386847;
	font-size: normal;
	font-weight: bold;
	font-style: bold;
	margin-left: 10;
}

.HeaderSmall{
	color: #386847;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	margin-left: 10;
}

.TextBig {
	font-size: normal;
	text-align: left;
	font-weight: normal; 
}
.TextNormal{
	font-size: small;
	text-align: left;
	font-weight: normal;
}
.TextSmall {
	font-size: small;
	text-align: left;
	font-weight: italic; 
}
.TextHighlight {
	font-size: small;
	color: #FF0000;
	text-align: left;
	font-weight: italic; 
}

.Tab {
	width: 100%;
	font-size: small;
	font-weight: normal;
	margin: 0;
	border-width: 0;
	border-color: green;
	border-style: solid;
	border-collapse: collapse;
}

.TabHeader {
	font-size: normal;
	height:35;
	padding: 3;
	margin: 0;
	border-width: 0;
	border-color: blue;
	font-weight: bold;
	background-color: #6CB081;
	border-collapse: collapse;
}

.TabCellNormal {
	font-size: small;
	font-weight: normal;
	padding: 1;
	margin: 0;
	border-width: 0;
	border-color: red
	border-collapse: collapse;
	border-style: solid;
}

.TabCellHighlight {
	font-size: small;
	border-style: solid;
	background-color: #E8F8D2;
}


.TabCellHeader {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}

.TabCellBody {
	font-size: small;
	color: black;
	font-weight: normal;
}

.TabCellTrailer {
	font-size: small;
	color: black;
	font-weight: bold;
	padding-bottom: 1;
}

FORM {
	margin: 0;
	padding: 0;
}


A:link    { text-decoration: none; color: black; }
A:visited { text-decoration: none; color: black;}		
A:active  { text-decoration: underline; color: white;}		
A:hover   { text-decoration: none; color: black;}	

.ATabHeader:link    { font-size: small; font-weight: bold; text-decoration: underline; color: black;}
.ATabHeader:visited { font-size: small; font-weight: bold; text-decoration: underline; color: black;}		
.ATabHeader:active  { font-size: small; font-weight: bold; text-decoration: underline; color: black;}		
.ATabHeader:hover   { font-size: small; font-weight: bold; text-decoration: underline; color: black;}	

