@charset "utf-8";
body {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #555454;
	line-height:20px;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B3B3B3;
	text-decoration: none;
}
.menu :hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #034E90;
	text-decoration: none;
}
.heading_black{
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text_black {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.client_black {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.white_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.text_blue{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;
}
.text_box {
	font-family:"Trebuchet MS";
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #EDEBEB;
	width: 230px;
	height:auto;
	font-size:11px;
	line-height:18px;
	letter-spacing:.3pt;
}
.text_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.text_link :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}