@charset "utf-8";
.topbg {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-y;
	width: 962px;
	height: 100px;
}
.left_nav {
	background-image: url(images/left_nav_bg.jpg);
	background-repeat: repeat-y;
}
.home_font {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	color: #015B90;
}
.TxtLink{
	text-decoration:underline;
	cursor:pointer;
	color:#008CD7;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}

.TxtLink:hover{
	text-decoration:underline;
	cursor:pointer;
	color:#003366;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.home_font_b{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.Txt{	text-decoration:none;
color:#008CD7;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.TxtLinkselcted{
	text-decoration:underline;
	cursor:pointer;
	color:#CC9900;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}
.foot {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	color: #0099FF;
}

