a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #A09261;
}
a:active {
	text-decoration: none;
	color: #000;
}

a.link-black:link {
color: #000000;
text-decoration: none;
}

a.link-black:visited {
color: #000000;
text-decoration: none;
}

a.link-black:hover {
color: #FFFFFF;
text-decoration: none;
}

a.link-black:active {
color: #000000;
text-decoration: none;
}

a.link-gold:link {
color: #e7d274;
text-decoration: underline;
}

a.link-gold:visited {
color: #e7d274;
text-decoration: underline;
}

a.link-gold:hover {
color: #FFFFFF;
text-decoration: underline;
}

a.link-gold:active {
color: #e7d274;
text-decoration: underline;
}

a.link-blue:link {
color: #002850;
text-decoration: none;
}

a.link-blue:visited {
color: #002850;
text-decoration: none;
}

a.link-blue:hover {
color: #a19362;
text-decoration: underline;
}

a.link-blue:active {
color: #002850;
text-decoration: none;
}


.body-main {
	background-color: #012851;
	margin: 0px;
	padding: 0px;
}
.top-site {
	background-image: url(../images/top_site.jpg);
	height: 154px;
}
.bg-banner {
	background-image: url(../images/banner.jpg);
	height: 306px;
}
.bg-repeat {
	background-image: url(../images/bg_rep.jpg);
	background-repeat: repeat;
}
.bg-bottom {
	background-image: url(../images/bg_bot.jpg);
	height: 25px;
}
.bg-sub-home {
	background-image: url(../images/bg_sub_home.jpg);
	background-repeat: repeat-y;
	width: 366px;
}
.bg-sub-home-bot {
	background-image: url(../images/bg_sub_home_botline.jpg);
	height: 1px;
}
.home-mid-top {
	background-image: url(../images/home-mid-top.jpg);
	height: 3px;
}
.home-mid-rep {
	background-image: url(../images/home-mid-rep.jpg);
	background-repeat: repeat;
}
.home-mid-bot {
	background-image: url(../images/home-mid-bot.jpg);
	height: 3px;
}


.font10-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.font11-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.font12-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.font12-black-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.font12-black-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
}
.font12-black-bold-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: right;
}

.font12-black-bold-uprcse {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.font12-gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e7d274;
}
.font12-gold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #998844;
}
.font12-blue-bold-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002870;
	font-weight: bold;
	text-align: right;
}


.dkblue-font12-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002850;
	font-weight: bold;
	text-transform: uppercase;
}
.bg-grey {
	background-color: #e5e5e5;
}
.bg-gold {
	background-color: #CDBB79;
}
.bg-gold2 {
	background-color: #A09261;
}

.bg-blue {
	background-color: #012851;
}
.font12-white-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}


.bg-sub-body {
	background-image: url(../images/bg_sub_body.jpg);
	width: 598px;
}

