@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/paw.jpg);
	background-repeat: repeat;
}
.hdr {
	font-size: 16px;
	font-weight: bolder;
	color: #018AAC;
}

.bdr {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
a {
	color: #046391;
}
.brd_bttm {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.brd_l {
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #999999;
}
.hdrsub {
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
}
.bottom {
	background-color: #0789BA;
}
.bld {
	font-weight: bolder;
}
.bttm_txt {
	font-size: 11px;
	color: #666666;
	text-align: center;
}
A.bttm_txt {
	font-size: 11px;
	color: #666666;
	text-align: center;
}
a:hover {
	color: #333333;
}
A.bttm_txt:hover {
	font-size: 11px;
	color: #666666;
	text-align: center;
}

