/* Table Styles*/
TR.AlternateColor
{
	BACKGROUND-COLOR: #f5f5f5   ;
	TEXT-ALIGN: left;
}

TR.AlternateDarkColor
{
	BACKGROUND-COLOR: #d3d3d3;
	TEXT-ALIGN: left;
}

TR.AlternateColorUnderWriter
{
	BACKGROUND-COLOR: #ffffe1  ;
	TEXT-ALIGN: left;
}

TD.AlternateColor
{
	BACKGROUND-COLOR: #f5f5f5   ;
	TEXT-ALIGN: left;
}		


TR.Dark
{
	BACKGROUND-COLOR: #336699;
	TEXT-ALIGN: left
}	

Table.OrderBgColor
{
	BACKGROUND-COLOR: #f5f5f5;
	
}

TD.Dark
{
	BACKGROUND-COLOR: #336699
}


/* Font Styles*/	
H1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 21px;		
}

H2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

H3 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.FontPlainBoldSmall
{
    COLOR: #ffffff;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
.FontWarningSmall
{
    COLOR: red;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 10pt
}
.FontPlainMedium
{
    COLOR: #ffffff;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 13pt
}
.FontPlainSmall
{
	COLOR: #ffffff;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 10pt
}

.FontPlainLarge
{
	COLOR: #ffffff;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 15pt
}

.FontRequired
{
	COLOR: #ff0000 ;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 10pt
}	
.FontDisplayHeaderStyle1
{
	font-family:verdana,arial,helvetica;
	font-size:13;
	font-weight:bold;
	color:#003399;	
}

.FontArticle
{
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
}

.FontArticleMedium
{
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
}

.FontArticleBold
{
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
}

.FontArticleSmall
{
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 7pt;
	FONT-WEIGHT: normal;
}


.FontArticleSmallItalic
{
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 8pt;
	font-style:italic;
	FONT-WEIGHT: normal;
}

.FontAttention
{
    COLOR: Red;
    font-size:13;
    TEXT-DECORATION: none;
    font-weight:normal;
}
.FontDarkerSmall
{
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 10pt
}

.FontDarkerBoldSmall
{
    COLOR: #000000;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}

.FontDarkerBoldSmallBlue
{
    COLOR: #336699;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
/*Anchor Styles*/


/*Control Styles*/
.DisplayButtonStyle{
	background: #ffffff;
	font-size:8pt;
	color: #336699;
	font-weight:bold;
	height:25px;	
}




/*Label Styles*/
.HeaderLabel
{
	background: #336699;
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
}

.FooterLabel
{
	background: #336699;
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
}

/*Label Styles*/
.HeaderLabelBlue
{	
	color: #336699;
	font-size: 11pt;
	font-weight: normal;
}

.LabelWarn
{	
	color: #ff0000;
	font-size: 11pt;
	font-weight: normal;
}