select {
	color: Black;
	font-weight: bold;
}
.tdmenu {
	background-color: #999999;
	padding: 0px;
	margin: 0px;
	border: 1px solid #B9B9B9;
}

.small {
	font-weight: bold;
	color: Black;
	font-size: 10px;
}

.instructions {
	font-weight: bold;
	color: #778899;
	font-size: 10px;
}

A           {
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A:link      {
	color: Black;
	text-decoration: none;
}
A:visited   {
	color: Black;
	text-decoration: none;
}
A:hover     {
	color: #FFCB00;
	text-decoration: underline;
}

.cmd  {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: White;
	BACKGROUND-COLOR: #778899;
	text-align: center;
	font-weight: bold;
	border: 2px outset;
}

li {
	font-size: 12px;
	color: Red;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18;
	color: Black;
}

h2 {
	font-size: 14;
	color: Black;
}

.header_orange {
	font-size: 14;
	color: #FFCC00;
	font-weight: bold;
}

.title {
	font-size: 18;
	color: Black;
	font-weight: bold;
}

.title_grey {
	font-size: 18;
	color: #696969;
	font-weight: bold;
}

.title_big {
	font-size: 28;
	color: black;
	font-weight: bold;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

.tdHeader {
	background-color: #A9A9A9;
	padding: 0px;
	margin: 0px;
	border: 1px solid #B9B9B9;
	text-align: center;
	font-size: 11px;
}

.tdHeaderDark {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0px;
	border: 1px solid White;
	font-size: 11px;
	text-align: center;
	background-color: #2E8B57;
	color: White;
	font-weight: bold;
}

.tdLabel {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0px;
	border: 1px solid White;
	font-size: 11px;
	text-align: left;
	background-color: #F5F5F5;
	color: #000066;
	font-weight: bold;
}

.tdLabelDark {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0px;
	border: 1px solid White;
	font-size: 11px;
	text-align: left;
	background-color: transparent;
	color: #000066;
	font-weight: bold;
}

.tdData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px solid White;
	color: #000066;
}

.tdDataSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #98FB98;
	border: 1px solid White;
	color: #000066;
}

Input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.InputSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: transparent;
}

.MsgTD {
	background-color: #FFCB00;
	padding: 2px;
	vertical-align: top;
	text-align: center;
} 
.MsgFont {
	background-color: #FFCB00;
	font-size: 8pt;
	color: #000066;
	margin: 0px;
	border: 2px groove #ffffff;
	font-weight: bold;
	text-align: center;
} 

.ErrTD {
	background-color: Red;
	padding: 2px;
	vertical-align: top;
	text-align: ;
} 
.ErrFont {
	background-color: Red;
	font-size: 8pt;
	color: White;
	margin: 0px;
	border: 2px groove #ffffff;
	font-weight: bold;
} 
.NavTable {
	background-color: #A9A9A9;
	padding: 0px;
	margin: 0px;
	border: 1px solid White;
} 

.NavFont {
	background-color: #A9A9A9;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}