BODY {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #003300;
	font-size : 100%;

}

a:visited {
	color : #0000FF;
}


a:link {
	color : #0000FF;
}


/* START----  FONT SIZES SECTION */

.txtContent0,  .txtHilightHeading0,  .txtError0,  .txtGrey0, .txtTableDark0,  .txtTableLight0,  .txtTableLtGrey0, .txtTableLightError0{
	font-size : 7pt;
}
.txtContent1,  .txtHilightHeading1,  .txtError1,  .txtGrey1, .txtTableDark1,  .txtTableLight1,  .txtTableLtGrey1, .txtTableLightError1{
	font-size : 8pt;
}
.txtContent2,  .txtHilightHeading2,  .txtError2,  .txtGrey2, .txtTableDark2,  .txtTableLight2,  .txtTableLtGrey2, .txtTableLightError2{
	font-size : 9pt;
}
.txtContent3,  .txtHilightHeading3,  .txtError3,  .txtGrey3, .txtTableDark3,  .txtTableLight3,  .txtTableLtGrey3, .txtTableLightError3{
	font-size : 10pt;
}
.txtContent4,  .txtHilightHeading4,  .txtError4,  .txtGrey4, .txtTableDark4,  .txtTableLight4,  .txtTableLtGrey4, .txtTableLightError4{
	font-size : 12pt;
}
.txtContent5,  .txtHilightHeading5,  .txtError5,  .txtGrey5, .txtTableDark5,  .txtTableLight5,  .txtTableLtGrey5, .txtTableLightError5{
	font-size : 14pt;
}
.txtContent6,  .txtHilightHeading6,  .txtError6,  .txtGrey6,  .txtTableDark6,  .txtTableLight6,  .txtTableLtGrey6, .txtTableLightError6{
	font-size : 16pt;
}
/* END----  FONT SIZES SECTION */


/* START---- FONT FAMILY  FOREGROUND AND BACKGRIUND COLORS */
.txtContent0,  .txtContent1,  .txtContent2,  .txtContent3,  .txtContent4,  .txtContent5 ,  .txtContent6 {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	color : Black;
}

.txtHilightHeading0,  .txtHilightHeading1,  .txtHilightHeading2,  .txtHilightHeading3,  .txtHilightHeading4,  .txtHilightHeading5 ,  .txtHilightHeading6 {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : White;
	color : #000062;
}

.txtError0,  .txtError1,  .txtError2,  .txtError3,  .txtError4 ,  .txtError5,  .txtError6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : White;
	color : Red;
}

.txtGrey0,  .txtGrey1,  .txtGrey2,  .txtGrey3,  .txtGrey4 ,  .txtGrey5,  .txtGrey6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	color : gray;
	background-color : #CDCDB3;
}

.txtTableDark0,  .txtTableDark1,  .txtTableDark2,  .txtTableDark3,  .txtTableDark4 ,  .txtTableDark5,  .txtTableDark  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #9A9A66;
	color : 000000;
}

.txtTableLight0,  .txtTableLight1,  .txtTableLight2 ,  .txtTableLight3 ,  .txtTableLight4,  .txtTableLight5,  .txtTableLight6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #CDCDB3;
	color : 000000;
}

.txtTableLightError0,  .txtTableLightError1,  .txtTableLightError2 ,  .txtTableLightError3 ,  .txtTableLightError4,  .txtTableLightError5,  .txtTableLightError6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #CDCDB3;
	color : Red;
}

.txtTableLtGrey0,  .txtTableLtGrey1,  .txtTableLtGrey2,  .txtTableLtGrey3,  .txtTableLtGrey4 ,  .txtTableLtGrey5,  .txtTableLtGrey6  {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #EEEEEE;
}
/* END ----- FONT FAMILY  FOREGROUND AND BACKGRIUND COLORS */




/* hyperlink styles of the table light and dark colors */
A.TableLink:link  {
	text-decoration: underline;
    color: #000000;
}

A.TableLink:visited {
    text-decoration: underline;
    color: #000000;
}

A.TableLink:active {
    text-decoration: underline;
    color: #000000;
}

A.TableLink:hover {
	background: #939377;
	background-color: #939377;
    text-decoration: underline;
    color: #ffffff;
}



/*  button data */
td.Button_style {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #CCCC99;
	color : Black;
	font-size : 8pt;
}

td.Button_style a:link {
	clip : rect( );
	color : #3e3e3e;
	text-decoration : none;
}

td.Button_style a:visited {
	color : #3e3e3e;
	text-decoration : none;
}


td.Button_style a:hover {
	background : #003300;
	clip : rect( );
	color : #FFFFFF;
	text-decoration : none;
}

/* Selected button data */
td.Button_selected_style {
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	background-color : #cccc99;
	color : Black;
	font-size : 8pt;
	font-weight : bold;
}

td.Button_selected_style a:link {
	clip : rect( );
	color : #000000;
	text-decoration : none;
}

td.Button_selected_style a:visited {
	color : #000000;
	text-decoration : none;
}

td.Button_selected_style a:hover {
	background : #cccc99;
	clip : rect( );
	color : #FFFFFF;
	text-decoration : none;
}

.Gold_Background{
	background-color : #E1B83C;
}
