.lnk a:link ,
.lnk a:visited {
	color:#ffffff;
	text-decoration: none;
	font-family:'Trebuchet MS'; font-style:normal; font-weight:bold; font-size:9pt;
	}
	
.lnk a:hover {
	text-decoration: none; border-bottom: 1px solid black;
	}
	
.lnk a:active {
	color: orange;
	}

 a:link ,
 a:visited {
	color:#000000;
	text-decoration: none;
	font-style:normal; font-weight:bold; font-size:11px;
	}	
a:hover {
	text-decoration: none; border-bottom: 1px solid black;
	}
		
.lnk2 a:link ,
.lnk2 a:visited {
	color:#000000;
	text-decoration: none;
	font-family:'Trebuchet MS'; font-style:normal; font-weight:bold; font-size:10pt;
	}
	
.lnk2 a:hover {
	text-decoration: none; border-bottom: 1px solid black;
	}
	
.lnk2 a:active {
	color: orange;
	}
	
input {
	font-family:'Trebuchet MS'; font-style:normal; font-weight:normal; font-size:10pt;
}

select {
	font-family:'Trebuchet MS'; font-style:normal; font-weight:normal; font-size:10pt;
}

.header 
{
width:800px;
height:160px;
color:#7E8083;
text-align:left;
margin-bottom:5px;
background:#fff url(images/logo.gif) no-repeat left center;
}

.header_text{
text-align:right;
height:20px;
padding-top:10px;
padding-right:10px;
}

ul#tab { 
width: 800px;
font-family:'Trebuchet MS'; font-style:normal; font-weight:normal; font-size:11px;
list-style: none; 
padding: 0; 
margin: 0; 
margin left: 4px;
margin-right:auto;
margin-top:102px;
border-bottom: solid 3px;
border-color: #AFCAE7;
height:27px;
} 
  
ul#tab li { 
float: left; 
padding: 0; 
margin: 0; 
padding-top: 0; 
background: url(images/bg_button_right.gif) no-repeat right top; 
margin-right: 3px; 
} 

ul#tab li a { 
display: block; 
padding: 5px 15px 7px 15px; 
color: #fff;
font-weight:bold; 
text-decoration: none; 
background: url(images/bg_button_left.gif) no-repeat left top; 
} 

ul#tab li#current{ 
background: url(images/bg_button_right_hover.gif) no-repeat right top; 
}

ul#tab li#current a { 
background: url(images/bg_button_left_hover.gif) no-repeat left top; 
}

#legal {	margin: 0;	padding: 0;	text-align: center;        color:#be1622;}