Body
{
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #3E3E3E;
    margin: 0%;
    padding: 0%;
}

/*////BLANK FOR PRINTING///*/
.hidefromscreen
{
	display: none;
}

h1
{
    color: blue;
    font-size: 14pt;
    font-weight: bold;
}

h2
{
    color: blue;
    font-size: 13pt;
    font-weight: bold;
    text-decoration: underline;
}

h3
{
    color: blue;
    font-weight: bold;
}

/*------------------------------------------------
	LINKING BEHAVIOURS
------------------------------------------------*/
a { outline: none; }

a:link
{
/*	color: #990000; */
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #E24B16;
	font-weight: bold;
	text-decoration: underline;
}

a:active
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}


.footer a:link
  {
    color: #ffffff;
	font-weight: normal;
	text-decoration: none;
  }

.footer a:visited
 {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
 }

.footer a:hover
 {
	color: #E24B16;
	font-weight: bold;
	text-decoration: underline;
 }

.footer a:active
 {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
 }


.LinkRed:link
{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.LinkRed:visited
{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.LinkRed:hover
{
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}

.LinkRed:active
{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.small_linkWhite:link
{
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

a.small_linkWhite:visited
{
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

a.small_linkWhite:hover
{
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #C62225;
}

a.small_linkWhite:active
{
	font-size: 8pt; 
	font-weight: bold;
	color: #FFFFFF
}


.LinkBlue:link
{
	color: #1C386A;
	font-weight: bold;
	text-decoration: none;
}

.LinkBlue:visited
{
	color: #1C386A;
	font-weight: bold;
	text-decoration: none;
}

.LinkBlue:hover
{
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}

.LinkBlue:active
{
	color: #1C386A;
	font-weight: bold;
	text-decoration: none;
}




a.NAVsmall_linkWhite:link
{
    text-decoration: none;
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF;
}

a.NAVsmall_linkWhite:visited
{
    text-decoration: underline;
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF;
}

a.NAVsmall_linkWhite:hover
{
    text-decoration: underline;
    font-size: 8pt;
    font-weight: normal;
    color: #E24B16;
}

a.NAVsmall_linkWhite:active
{
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF
}


span.TickerText
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.TickerText:link
{
/*	color: #990000;*/
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.TickerText:visited
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.TickerText:hover
{
	color: #E24B16;
	font-weight: bold;
	text-decoration: underline;
}

a.TickerText:active
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


/*------------------------------------------------
	LIST ELEMENTS
------------------------------------------------*/

OL, UL
{
	color: #KKKKKK;
}

LI
{
	padding: 5px;
}

UL.NavColumn
{
	color: #2B343D;
	margin-left: 15px;
	position: relative; 
}

LI.NavColumn
{
	padding: 2px;
}

/*P
{
	font-size: 9pt;
}
*/
/*------------------------------------------------
	TABLE ELEMENTS
------------------------------------------------*/

table.Page
{
	width: 1126px;
}

table.HomepageBox
{
	width: 329px;
	border-width: 1px;
	border-color: #3E3E3E;
}

tr.PageContents
{
	height: auto;
	background-color: #FFFFFF;
}

td.ThirdWidth
{
	width: 33%;
}

td.HalfWidth
{
	width: 50%;
}

/*------------------------------------------------
	BACKGROUND COLORS
------------------------------------------------*/
.BKGD_AllPages
{
	background-color: #3E3E3E;
}

.BKGD_BlueGrey
{
	background-color: #D2D7DC;
}

.BKGD_DarkGrey
{
	background-color: #74828F;
}

.BKGD_MediumGrey
{
	background-color: #2B343D;
}

.BKGD_Blue
{
	background-color: #1C386A;
}

.BKGD_Grey
{
	background-color: #AEAEAE;
}

.BKGD_White
{
	background-color: #FFFFFF;
}

.BKGD_Red
{
	background-color: #990000;
}

/*------------------------------------------------
	ALIGNMENTS
------------------------------------------------*/
.ALGN_Top
{
	vertical-align: top;
}

.ALGN_Bttm
{
	vertical-align: bottom;
}

.ALGN_Left
{
	text-align: left;
}

.ALGN_Right
{
	text-align: right;
}

.ALGN_Ctr
{
	text-align: center;
}

/*------------------------------------------------
	TEXT STYLING
------------------------------------------------*/

.BLD_Crimson
{
	color: #990000;
	font-weight: bold;
}

.BLD_Orange
{
	color: #1C386A;
	font-weight: bold;
}


.BLD_Crimson2
{
	color: #990000;
	font-weight: bold;
	font-size: 12pt;
}


.BLD_Blue
{
	color: #1C386A;
	font-weight: bold;
	font-size: 12pt;
}


.BLD_Blue2
{
	color: #1C386A;
	font-weight: bold;
	font-size: 11pt;
}


.BLD_Black
{
	color: #000000;
	font-weight: bold;
}


.BLD_DarkGrey
{
	color: #74828F;
	font-weight: bold;
}


.BLD_Grey
{
	color: #3E3E3E;
	font-weight: bold;
}

.CLR_MediumGrey
{
	color: #2B343D;
	font-weight: bold;
}

.CLR_footerblack
{
    font-size: 8pt;
    color: #000000;
    text-align: center;
    font-family: Helvetica, Tahoma, Myriad;
}

.CLR_footerWhite
{
    font-size: 9pt;
    color: #FFFFFF;
    text-align: center;
    font-family: Helvetica, Tahoma, Myriad;
}

.DFLT_Color
{
	color: #000000;
}

.FNT_Body
{
	font-size: 14pt;
	font-family: Trebuchet MS;
}

.FNT_Size14
{
	font-size: 14pt;
}

.PageTitles
{
	color: #ffffff;
	font-size: 16pt;
	font-family: Arial;
	line-height: 29px;
}


.BoxBorder
 {
     border-color: #6666FF;
     border-style: solid;
     border-top-width: 5px;
     border-right-width: 1px;
     border-bottom-width: 3px;
     border-left-width: 1px;

     background: #EEEEEE;
 }

/*---------------------------------------------
             FORM styling
---------------------------------------------*/
.Field_Label
{

    text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.Field_Label_Required
{
	font-weight: bold;
    text-align: right;
	vertical-align: middle;
	white-space: nowrap 
}

.Field_Label1
{

    text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
/*---------------------------------------------
    Section header background colors
---------------------------------------------*/

.RedHeader
  {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: left;
  }
  
  .bottom_border
  {
   border-width: 3px;
   border-bottom-color: #FFFFFF;
  }



/*----------------------------------------------------------
  Fluid, Downgradeable, One-Column CSS Layout
----------------------------------------------------------*/
.F1C_Header, .F1C_Footer
 {
    width: 1126px;
    margin: 0px auto;
    padding: 0%;
    background: #3E3E3E;
    text-align: center;
  }

.F1C_colCenter
 {
    overflow: visible;
    width: 1126px;
    height: auto;
    margin: 0px auto;
    padding: 0%;
    background: transparent;
    float: left;
 }

.F1C_Flash
 {
    font-family: arial, verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
    /*color: #444444;*/
    background: #3E3E3E;
    margin: 0% auto;
    padding: 0%;
 }

.F1C_content
 {
    font-family: arial, verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
    /*color: #444444;*/
    background: #3E3E3E;
    margin: 0% auto;
    padding: 0%;
 }


.Error_Text
 {
    height: auto;
    vertical-align: top;
    padding: 0px 13px 0px 14px;
    position: relative; z-index: 100;
 }

.Error2_Text
 {
    margin: 20px 0px 0px 20px;
 }
