@charset "utf-8";
body {
background-color:#0a6091;
}
.links {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	position: relative;
}
.links_2 {
	font-family: arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.b_red {
	border: 1px solid #993300;
}
.bold_arial {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
}
.b_blue{
	border: 1px solid #065E9D;
}
.white_t {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

