BODY{

  margin-top:0;
  margin-left:0;
  margin-bottom:0;
  margin-right:0;

background-image: url(../images/bk_01.gif);
background-repeat: repeat-x;
  
scrollbar-face-color:#c0c0c0;
scrollbar-arrow-color:ff9235;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';

font-family: Verdana;
font-size: 8pt;
color: #37425A

}

.normal
{
font-family: Verdana;
font-size: 0.6em;
color: #666666;

}

.heading
{
COLOR: #FF9235;
FONT-SIZE : 14px;
font-weight: bold;
letter-spacing: 0px;				
}

.bulletimagestyle
{
/*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}

.topline
{
border-top: 1px solid #DCDCDC; padding: 0;}

a.ddbullet:link, a.ddbullet:visited
{
margin-left:20px;
COLOR: #424E66;
FONT-SIZE : 11px;
font-weight: bold;
letter-spacing: 1px;
}

a.ddbullet:hover
{
margin-left:20px;
COLOR: #F66900;
FONT-SIZE : 11px;
font-weight: bold;
letter-spacing: 1px;
Text-decoration:none;
}

a.ddbullet_active:link,a.ddbullet_active:hover,a.ddbullet_active:visited
{
margin-left:20px;
COLOR: #F66900;
FONT-SIZE : 11px;
font-weight: bold;
letter-spacing: 1px;
Text-decoration:none;
}





.orange{
	FONT-FAMILY: Tahoma, sans-serif;
	COLOR: #7A7A7A;
	FONT-SIZE : 11px;
	font-weight: bold;

}

TEXTAREA
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10px;
	COLOR: #999999;
}
SELECT
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10px;
	COLOR: #999999;
}



a:link,a:visited 
{
 color: #666666;
 text-decoration:none;
 font-family: Verdana;
 font-size: 7pt;

}


a:hover
{
color: #FF9235;
text-decoration:underline;
font-family: Verdana;
font-size: 7pt;

}



a.more:link, a.more:visited
{
color: #A6A6A6;
text-decoration:underline;
}

a.more:hover 
{
color: #FF9235;
text-decoration:underline;
}




a.footer:link, a.footer:visited
{
color: #A6A6A6;
text-decoration:none;
}

a.footer:hover 
{
color: #FF9235;
text-decoration:underline;
}

.mybutton
{
font-family: Verdana; font-size: 8pt; color: #37425A; height: 19; border: 1px solid #C0C0C0;
}

input
{
height:18px;
font-family: Verdana; font-size: 8pt;
}







a.highlighter:link
 {
 color: #004890;
 FONT-FAMILY: verdana;
 FONT-SIZE:10px;
 }

a.highlighter:visited 
{
color : #002654;
FONT-FAMILY: verdana;
}

a.highlighter:hover 
{
FONT-FAMILY: verdana;
color : black;
background: #99ccff;
text-decoration: none;
}


li
{
 color: #666666;
 text-decoration:none;
 font-family: Verdana;
 font-size: 10px;
 list-style-type: square;

}


li a:link,li a:visited 
{
 color: #666666;
 text-decoration:none;
 font-family: Verdana;
 font-size: 10px;
 list-style-type: square;
}

li a:hover
{
 color: #FF9235;
 text-decoration:underline;
 font-family: Verdana;
 font-size: 10px;
 list-style-type: square;
}


/* FF fix for always bottom */

#visiblecombo{
position: fixed;
visibility: hidden;
}

* html #visiblecombo{ /* Hide combo box from legacy browsers such as IE5-6? */
display: none;
}

#visiblecombo select{
background-color: lightyellow;
}

#visiblecombo .gobutton{
font-weight: bold;
padding: 0 3px;
text-decoration: none;
}

#visiblecombo .gobutton:hover{
background-color: #FFE242;
}

.myshadow 
{
FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=5);
}