.Prompt
{
	  font-family: Arial; 
	  font-size: 9pt; 
	  font-style: normal; 
	  color: #333333; 
	  font-weight: bold;
}
.LightPrompt 
{  
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold;
	color: #FFFFFF;
}

.Header 
{  
	font-family: Arial; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold;
}
.lightheader 
{  
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #FFFFFF;
}
.ReturnedInfo 
{  
	font-family: Arial Narrow; 
	font-size: 12pt;
}
.SmallText 
{  
	font-family: Arial Narrow; 
	font-size: 4pt;
}
.feedback 
{  
	font-family: Arial; 
	font-size: 11pt; 
	font-weight: bold;
}
.feedback2 
{  
	font-family: Arial Narrow; 
	font-size: 12pt; 
	font-weight: normal;
}
.MenuTextInt
{  
	font-family: Arial; 
	font-size: 9pt; 
	font-style: normal;
	font-weight: bold;	 
	color: #333333; 
	cursor: hand;
}
.MenuHighlightInt
{  
	font-family: Arial; 
	font-size: 9pt; 
	font-style: normal;
	font-weight: bold;	
	color: #eaeaea;
	background-color: Black;
}
.SubmenuTextInt
{  
	font-family: Arial; 
	font-size: 10pt; 
	font-style: normal;
	font-weight: normal;	 
	color: #333333; 
	background-color: #CCCCCC; 
	border-style:solid;
	border-width:1px;
	cursor: hand;
}
.SubmenuHighlightInt
{  
	font-family: Arial; 
	font-size: 10pt; 
	font-style: normal;
	font-weight: normal;	
	color: #eaeaea;
	background-color: Black;
}
.MenuTextExt
{  
	font-family: Arial; 
	font-size: 9pt; 
	font-style: normal;
	font-weight: bold;	 
	color: White; 
	cursor: hand;
}
.MenuHighlightExt
{  
	font-family: Arial; 
	font-size: 9pt; 
	font-style: normal;
	font-weight: bold;	
	color: #000066;
	background-color: white;
}
.SubmenuTextExt
{  
	font-family: Arial; 
	font-size: 10pt; 
	font-style: normal;
	font-weight: normal;	 
	color: White; 
	background-color: #030367; 
	border-style:solid;
	border-width:1px;
	cursor: hand;
}
.SubmenuHighlightExt
{  
	font-family: Arial; 
	font-size: 10pt; 
	font-style: normal;
	font-weight: normal;	
	color: #000066;
	background-color: White;
}
.MenuTextGrey 
{ 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #B4B4B4;
}
.MenuBlankLine 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 4pt;
}
.ErrorHead 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	color: #FFFFFF; 
	font-weight: bold;
}
.Error 
{  
	font-family: Arial Narrow; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #ffffff;
}
.Message
{  
	font-family: Arial Narrow; 
	font-size: 10pt; 
	font-weight: normal; 
	color: blue;
}
.LoginMsg
{  
	font-family: Arial; 
	  font-size: 9pt; 
	  font-style: normal; 
	  color: #333333; 
	  font-weight: normal;
}
.tableRollOverEffect1{
  background-color:#FF6;
  color:#000;
}
.tableRollOverEffect2{
  background-color:#FFF;
  color:#000;
}
.tableRowClickEffect1{
  background-color:#FF9;
  color:#000;
}
.tableRowClickEffect2{
  background-color:#FFF;
  color:#000;
}