.Grid_HeaderStyle
{
	Background-Color:"#003366";
	Color:"#FFFFFF";
	Font-Family:"Verdana,Arial"; 
	Font-Weight:"Bold"; 
	Font-Size:"8pt"; 
}

.Grid_ItemStyle
{	
	Background-Color:"#FFFFFF" ;
	Color:"#000000";
	Font-family:"Verdana,Arial";
	Font-Weight:"Normal";
	Font-Size:"8pt";
}

.DropDownList
{
	color:#000000;
	font-size:8pt;
	font-family:"Verdana, Helvetica, sans-serif";
	letter-spacing:0px;
	font-weight:normal 
}
.SimpleText
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;
	color:black;
}

.Message
{
	background-color:#FFFFFF;
	color:RED;
	width:800;
	FONT-WEIGHT:BOLD;
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:9pt;
	font-weight:bold;	
}
.HEADINGNEW
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8ptpx;
	color: #000000;
	font-weight:bold;
}

.DateAndDollarLabel
{
    COLOR:#FFFFFF;
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal
}

.HEADING
{
	color:#162055;
	font-weight:bold;
	font-size:8ptpt;
	font-family:"Verdana, Helvetica, sans-serif";
	letter-spacing:0px
}
.TextLabel
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:normal;
	color:black;
}

.LightTextLabel
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	color:black;
}

.SignatureLabel
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

.RowHeader
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#003366;
}

.TableBorder
{
	border-color :#162055;
	border-style :solid; 
	border-width :1px; 
}

.Button
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:normal;
	color:#000000;
	width:105px;  
	background-color:#ffffff;
}

.MsgTextBox
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;
	color:red;
	width:500px;  
	background-color:white;	
	text-align:center;
	border-style:none;	
}

.MsgTextBox_L
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;
	color:red;
	width:500px;  
	background-color:white;	
	text-align:center;	
	border-style:none;	
}

.TextBox
{
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 8pt;
}

.TextAreaBox
{
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 8pt;
    TEXT-TRANSFORM: Capitalize;
    WIDTH: 330px;
}

SELECT.ComboBox
{
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 8pt;
    TEXT-TRANSFORM: uppercase;
    TEXT-ALIGN:center;
}

.DateLabel
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:9px;
	font-weight:light;
	color:#FFFFFF;
}

.RedLabel
{
    COLOR: red;
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold
}

.QuoteMessage
{
    COLOR: #9a0000;
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}

.RequiredField
{
    COLOR:RED;
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal
}
.ColumnHeadingBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.HiddenClass{
	display:none;
}

.HiddenTextBox
{
	background-color :White;
	border :none;
	color :White ;
}     