.RegularText
   {
      font-size: 14px; 
      color: #000000; 
      font-family: Arial;
   }
   
.RegularTextSmall
   {
      font-size: 12px; 
      color: #000000; 
      font-family: Arial;
   }
      
.RegularTextBold
   {
      font-size: 14px; 
      color: #000000; 
      font-family: Arial;
      font-weight: bold;
   }
   
body
   {
      background-color: #FFFFFF;
   }
   
.hidden
   {
      display: none;
   }   

.expandheader
{
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	cursor: hand;

}

.expandbullet
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	width: 15px;
	height: 10px;
	cursor: hand;
}

.expandtext
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.menuheader
{
   font-size = 9pt;
   font-family: Arial;
   font-weight: bold;
}
a
{
   font-size = 9pt;
   font-family: Arial;
   text-decoration = none;
}
a:hover
{
   font-size= 9pt
   font-family: Arial;
   color: #FF3F00
}
.inputbox
{
    BORDER-RIGHT: 2px groove;
    BORDER-TOP: 2px groove;
    BORDER-LEFT: 2px groove;
    BORDER-BOTTOM: 2px groove;
    BACKGROUND-COLOR: #FFFFFF;
}
.inputboxtext
{
   font-size: 9pt;
   font-family: Arial;
   color=#000000;
}
.inputboxtextreq
{
   font-size: 9pt;
   font-family: Arial;
   color=#FF0000;
}
.mybutton
{
   BACKGROUND-COLOR: #FF3F00;
   COLOR: white;
   FONT-WEIGHT: bold;
   FONT-SIZE=12px;
}
.lt0
{
	BORDER-RIGHT: #FFFFFF 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #FFFFFF 1px solid;
	PADDING-LEFT: 0px;
	BACKGROUND: #FFFFFF;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #FFFFFF 1px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #FFFFFF 1px solid;
	CURSOR: default;
}
.lt1
{
	BORDER-RIGHT: #999 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #999 1px solid;
	PADDING-LEFT: 0px;
	BACKGROUND: #E2E2E2;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #999 1px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #999 1px solid;
	CURSOR: hand;
}
