/* CSS Document */


A:LINK { 
	text-decoration: none; 
} 
A:HOVER { 
	text-decoration: underline; 
} 
A:ACTIVE { 
	text-decoration: none; 
} 
A:VISITED { 
 	text-decoration: none; 
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
A.bodytext:LINK { 
	color : #990000;
	text-decoration: none;
}
	
A.bodytext:VISITED { 
	color : #990000;
	text-decoration: none;
}
A.bodytext:HOVER { 
	color : #470000;
	text-decoration: underline;
}
.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
A.bodywhite:LINK { 
	color : #ffffff;
	text-decoration: underline;
}
	
A.bodywhite:VISITED { 
	color : #ffffff;
	text-decoration: underline;
}
	
A.bodywhite:HOVER { 
	color : #CC9900;
	text-decoration: underline;
}
.menulink { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration: none;
	font-style : normal;
	color : #FFFFFF;
	line-height: 1.3;
}
	
A.menulink:LINK { 
	font-weight : bold;
	color : #FFFFFF;
	text-decoration: none;
}
	
A.menulink:VISITED { 
	font-weight : bold;
	color : #FFFFFF;
	text-decoration: none;
}
A.menulink:HOVER { 
	color : #FFCC66;
	text-decoration: underline;
}
.footer { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #333333;
	line-height: normal;
}
	
A.footer:LINK { 
	font-weight : bold;
	color : #666666;
	text-decoration: none;
}
	
A.footer:VISITED { 
	font-weight : bold;
	color : #666666;
	text-decoration: none;
}
A.footer:HOVER { 
	color : #990000;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000F;
	text-decoration: none;
}
.searchwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000F;
	text-decoration: none;
}
.bottombckgd {
	background: url(images/wbi_home_logo_bckgd.gif) repeat-y left top;
}
