BODY
{
}
.blink { 
font-size: 15px; 
color: red; 
display: inline; 
} 
table        { font-family: Arial; font-size: 11px }
input        { font-family: Arial; font-size: 10px; font-weight: bold }
select       { font-family: Arial; font-size: 10px; font-weight: bold }
textarea     { font-family: Arial; font-size: 11px }
	.bar 
		{
		 BACKGROUND: #150070; WIDTH: 100%; HEIGHT: 20px
		}
	.hand 
		{
		 cursor: Hand;
		}
  .menulist { font-family: sans-serif; font-size:8pt; width:150; padding-left:20; background-Color: menu;color:black; line-height: 18px}
  .menuItem { font-family: sans-serif; font-size:8pt; width:150; padding-left:20; background-Color: menu;color:black; line-height: 18px }
  .highlightItem { font-family: sans-serif; font-size: 8pt; width: 150; padding-left: 20; background-Color: highlight; color: white; line-height: 18px }
  .clickableDiv { padding: 4; width: 500; background-Color: blue; color: white; border: 10px double blue; }
  A:link { color: #003399; text-decoration: none; }
  A:visited { color: #6699cc; text-decoration: none; }
  A:hover { text-decoration: underline; }
.Fields 
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.ButtonText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
.Late 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #F8AB54;
}
.input 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	line-height: 12px;
	background-color: #FFffff;
	border: 1px solid #999999;
	width=90;
}
.input2 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	line-height: 12px;
	background-color: #FFffff;
	border: 1px solid #999999;
	width=60;
}
.input3 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	line-height: 12px;
	background-color: #FFffff;
	border: 1px solid #999999;
	width=150;
}
.input4 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	line-height: 12px;
	background-color: #FFffff;
	border: 1px solid #999999;
	width=250;
}
.select 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	line-height: 11px;
	background-color: #FFffff;
	border: 1px solid #999999;
	width=90;
}
.inputtext 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	line-height: 11px;
	background-color: #FFffff;
	border: 1px solid #999999;
	width=179;
	height=140;
}
.header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.button
{
	border-bottom-color:Navy;
	border-left-color:Maroon;
	border-right-color:Green;
	border-top-color:Blue;
	cursor:hand;
}

