TD
{
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px
}
A
{
	color: #003366;
  	TEXT-DECORATION: underline;
   	font-size: 9px;
	font-weight: bold; 
}
A:hover
{
	color: #999999;    
	TEXT-DECORATION: underline;
   	font-size: 9px;
}
.subnav
{
	color: #ffffff;
  	TEXT-DECORATION: none;
   	font-size: 11px;
	font-weight: bold; 
}
.subnav:hover
{
	color: #ffffff;    
	TEXT-DECORATION: underline;
   	font-size: 11px;
}
.sublink
{
	color: #003366;
  	TEXT-DECORATION: underline;
   	font-size: 10px;
	font-weight: bold;
}
.sublink:hover
{
	color: #CC0000;    
	TEXT-DECORATION: underline;
   	font-size: 10px;
}
.business
{
	color: #CC0000;
  	TEXT-DECORATION: underline;
   	font-size: 16px;
	font-weight: bold; 
}
.business:hover
{
	color: #003366;    
	TEXT-DECORATION: underline;
   	font-size: 16px;
}
}
.subnav1
{
	color: #CC0033;
  	TEXT-DECORATION: underline;
   	font-size: 11px;
	font-weight: bold; 
}
.subnav1:hover
{
	color: #CC0033;    
	TEXT-DECORATION: underline;
   	font-size: 11px;
}
#showimage {
	BACKGROUND-COLOR: #EFF4FA; BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; VISIBILITY: hidden; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid; POSITION: absolute
}
#dragbar {
	CURSOR: pointer; BACKGROUND-COLOR: #D89EE0; min-width: 200px
}
#dragbar #closetext {
	FONT-WEIGHT: bold; MARGIN-RIGHT: 1px
}

/*js style*/
input, select, textarea  { border: 1px solid silver; }
input.error, select.error, textarea.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus, textarea:focus {border: 1px solid red; background-color:#EFEFEF;}
.mandatory  { font-weight: bold; }
.comment    { color: #BBBBBB; }
