.bodytext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0951A2;
	line-height: 140%;
}
.bodytextbold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 140%;
	font-weight: bolder;
	color: #0951A2;
}

.bsubtitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 140%;
	font-weight: bolder;
	color: #0951A2;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #0951A2;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #33FFFF;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #20ABCC;
	text-decoration: underline;
}
.copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #0951A2;
}
.link2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #20ABCC;
	text-decoration: underline;
}
.link3 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.header_links, a.header_links:active, a.header_links:visited, a.header_links:link{
	padding: 5px;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;	
}
a.header_links:hover{
	text-decoration:none;
	color: #f0ff00;
}

a.button_bg_white:link, a.button_bg_white:visited, a.button_bg_white:hover, a.button_bg_white:active{
	background: url("images/button_right_white.gif") no-repeat 100% 0;
	padding: 3px 0px;
	display:inline-block;
	text-decoration:none;
}

a.button_bg_white span{
	background: url("images/button_left_white.gif") no-repeat;
	padding: 3px 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
