BODY
{
	background: #FFFFFF;
    FONT-FAMILY: arial,vardana	
}


.FORM
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}

.red
{
    COLOR: #FF0000;
    font-weight: bold;
}

.blue
{
    COLOR: #0000FF;
    font-weight: bold;
}

.title
{
    color: #00349A;
    font-weight: bold;
    FONT-SIZE: 18px;
}

.header
{
    color: #000000; 
    font-weight: bold;
    FONT-SIZE: 13px;
}

.sectorheader
{
    color: #143C5E;
    font-weight: bold;
    FONT-SIZE: 11px;
}




TABLE.Top
{
 	padding:5px;
    BORDER-RIGHT: #809ACD 1px solid;
    BORDER-TOP: #809ACD 1px solid;
    BORDER-LEFT: #809ACD 1px solid;
    BORDER-BOTTOM: #809ACD 1px solid
}

TABLE.bottomText
{
    color: #FFFFFF;
    FONT-SIZE: 9px
}


TR.header
{
    BACKGROUND-COLOR: #DCEAF4;
    color: #F6880F;
    font-weight: bold;
    FONT-SIZE: 12px
}
TR.Color
{
    BACKGROUND-COLOR: #FFFFFF
    color: #15465B;
    FONT-SIZE: 12px
}

TR.Color2
{
    BACKGROUND-COLOR: #FFFFFF;
    color: #15465B;
    FONT-SIZE: 12px
}
TD
{
	line-height: 14pt;
    FONT-SIZE: 12px
}

A
{
    color: #818181; 
    font-weight: none;
    FONT-SIZE: 12px;
    text-decoration: underline
}
A:hover
{
    color: #818181; 
    font-weight: none;
    FONT-SIZE: 12px;
    text-decoration: underline
}


A.jumpLinks
{
    color: #143C5E; 
    font-weight: bold;
    FONT-SIZE: 11px;
    text-decoration: underline
}
A.jumpLinks:hover
{
    color: #143C5E; 
    font-weight: bold;
    FONT-SIZE: 11px;
    text-decoration: underline
}




A.noline
{
  background-color: transparent;
  color: #0000FF;
  text-decoration: none;
}
A.noline:hover
{
    color: #0000FF; 
    font-weight: none;
    FONT-SIZE: 11px;
    text-decoration: underline
}

A.bottomlinks
{
    color: #DEDEDE; 
    font-weight: none;
    FONT-SIZE: 9px;
    text-decoration: underline
}
A.bottomlinks:hover
{
    color: #DEDEDE; 
    font-weight: none;
    FONT-SIZE: 9px;
    text-decoration: none
}


A.toplinks
{
    color: #FFFFFF; 
    background: #006BA5;
    font-weight: none;
    FONT-SIZE: 9px;
    text-decoration: none
}
A.toplinks:hover
{
    color: #FFFFFF; 
    background: #F78410;
    font-weight: none;
    FONT-SIZE: 9px;
    text-decoration: none
}


A.sidelinks
{
    color: #FFFFFF; 
    font-weight: none;
    FONT-SIZE: 11px;
    text-decoration: none
}
A.sidelinks:hover
{
    color: #FFFFFF; 
    font-weight: none;
    FONT-SIZE:11px;
    text-decoration: underline
}



.trigger{
	border:1px solid #ccc;
	color:green;
	width:15em;
	padding-right:1em;
	background:url(arrow.gif) top right no-repeat #fff;
	display:block;
}
.activetrigger{
	border:1px solid #ccc;
	color:green;
	width:15em;
	padding-right:1em;
	display:block;
	background:#ccc;
}
/* style of the UL */
.dropcontainer ul{
	background:#fff;
	border:1px solid #999;
	border-bottom:none;
	list-style-type:none;
	padding:0;
	margin:0;
	width:16em;
	position:absolute;
}
.dropdownhidden{
	top:0;
	left:-999em;
}
.dropdownvisible{
	top:0;
	left:0;
}
.dropcontainer ul a{
	padding:0 .5em;
	display:block;
	width:15em;
	text-decoration:none;
	color:#666;
	border-bottom:1px solid #999;
}
.dropcontainer ul a:hover{
	background:#ccc;
}
.dropcontainer{
	position:relative;
}
