@charset "utf-8";
a{
	color:#124D85;
	text-decoration:none;
}

a:hover{
	color:#FF6801;
	text-decoration:none;
}

.row1_right_nav{
	background:url(../images/row1_right_nav_bg.gif);
	width:265px;
	height:21px;
	line-height:21px;
	padding-left:10px;
	display:block;
	text-decoration:none;
	color:#333;
}

.row1_right_nav:hover{
	background:url(../images/row1_right_nav_bg.gif);
	width:265px;
	height:21px;
	line-height:21px;
	padding-left:10px;
	display:block;
	text-decoration:none;
	color:#00ffff;
}

.blue{
	color:#124D85;
	text-decoration:underline;
}

.blue:hover{
	color:#FF6801;
	text-decoration:underline;
}

.white_navbg{
	color:#124D85;
	text-decoration:none;
	display:block;
	width:220px;
	padding-left:20px;
	background:url(../images/leftbar_navbg.gif);
	line-height:24px;
	height:24px;
}

.white_navbg:hover{
	color:#FF6801;
	width:220px;
	padding-left:20px;
	background:url(../images/leftbar_navbg.gif);
	line-height:24px;
	height:24px;
	display:block;
	text-decoration:underline;
}

.white_navbg2{
	color:#fff;
	text-decoration:none;
	display:block;
	width:220px;
	padding-left:20px;
	background:url(../images/leftbar_navbg2.gif);
	line-height:24px;
	height:24px;
}

.white_navbg2:hover{
	color:#ffff00;
	width:220px;
	padding-left:20px;
	background:url(../images/leftbar_navbg2.gif);
	line-height:24px;
	height:24px;
	display:block;
	text-decoration:underline;
}

