body
{
 background-color: #CCFFCC;
 background-color: #FFFFFF;
	font-family: "Arial";
	font-size: 10pt ;
}

.a_under
{
	color:	black;
	text-decoration:	underline;
	font-size: 10pt;
}

a
{
	color: blue;
	text-decoration: none;
	font-size: 10pt;
}

th
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

td
{
	color: black;
	font-size: 10pt;
}

.ProcessTitle 
{ 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 0; 
	background-color: #FF0000;	
	font-size: 15pt;
}

.DateTitle
{
	color: #FFFFFF;
	background-color: #FF0000;
	text-align:right;
	font-size: 10pt;
}

.MenuTitle
{
	color: white;
	font-weight: bold;
	background-color: #0000A0;
	font-size: 20pt;
}

.MenuHeader
{
	color: black;
	font-weight:	bold;
	background-color:	white;
	font-size: 12pt;
}

.SelectedMenu
{
	border:						2px solid #FF0000; 
	padding-left:			4; 
	padding-right:		4; 
	padding-top:			1; 
	padding-bottom:	1;
	font-size:				10pt;
}

.SelectedSubMenu
{
	border:						2px solid #FF0000;
	padding-left:			4;
	padding-right:		4;
	padding-top;			1;
	padding-bottom:	1;
	font-size: 10pt;
}

.RowOdd
{
	background: 	lightyellow;
	font-size: 10pt;
}

.RowEven
{
	background: 	pink;
	font-size: 10pt ;
}

.topgray
{
	background: 		gray;
	font-weight:		bold;
	font-size:			10pt;
	color:					white;
	padding-left:		4
	font-size:			10pt;
}

.footer
{
	background: 		gray;
	font-weight:		bold;
	font-size:			9px;
	color:					white;
	padding-left:		4
	font-size:			10pt;
}

.buttonNormal
{
	cursor:	hand;
	clip: rect( );
	text-align: center;
	font-weight: normal;
	height: 25px;
	width: 75px;
	font-size: 10pt;
}

.buttonMed
{
	cursor:	hand;
	clip: rect( );
	text-align: center;
	font-weight: normal;
	height: 25px;
	width: 100px;
	font-size: 10pt;
}

.buttonLong
{
	cursor:	hand;
	clip: rect( );
	text-align: center;
	font-weight: normal;
	height: 25px;
	width: 150px;
	font-size: 10pt;
}

.buttonLonger
{
	cursor:	hand;
	clip: rect( );
	text-align: center;
	font-weight: normal;
	height: 25px;
	width: 200px;
	font-size: 10pt;
}

.buttonLongest
{
	cursor:	hand;
	clip: rect( );
	text-align: center;
	font-weight: normal;
	height: 25px;
	width: 250px;
	font-size: 10pt;
}

.errorText
{
	color: red;
	font-weight: bold;
	font-size: 10pt;
}
