@charset "utf-8";

a.regency:link {
	color: #bc2999;
	text-decoration: none;
}

a.regency:visited {
	color: #bc2999;
	text-decoration: none;
}
a.regency:hover {
	color: #663300;
	text-decoration: none;
}

a.hdt:link {
	color: #019142;
	text-decoration: none;
}

a.hdt:visited {
	color: #019142;
	text-decoration: none;
}
a.hdt:hover {
	color: #663300;
	text-decoration: none;
}
a.white:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.white:hover {
	color: #663300;
	font-weight:bold;
	text-decoration: none;
}
a.grey:link {
	color: #cccccc;
	font-weight:bold;
	text-decoration: none;
}
a.grey:visited {
	color: #cccccc;
	font-weight:bold;
	text-decoration: none;
}
a.grey:hover {
	color: #663300;
	font-weight:bold;
	text-decoration: none;
}
a.red:link {
	color: #660000;
	font-weight:bold;
	text-decoration: none;
}
a.red:visited {
	color: #660000;
	font-weight:bold;
	text-decoration: none;
}
a.red:hover {
	color: #663300;
	font-weight:bold;
	text-decoration: none;
}
a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #663300;
	font-weight:bold;
	text-decoration: none;
}
body {
	background-color: #5a7789;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.bg_grey1 {
	background-color: #e1e1e1;
}


.bg_grey2 {
	background-color: #E9E9E9;
}
.bg_white {
	background-color: #FFF;	
}
.white {
	color: #FFF;
}
.red {
	color: #F00;
}

.footer2 {
	background-image: url(img/footer2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.footer1_hdt {
	background-image: url(img/footer1_hdt.jpg);
	background-repeat: no-repeat;
}
.footer1_regency {
	background-image: url(img/footer1_regency.jpg);
	background-repeat: no-repeat;
}


.body_bg {
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.top_band_bg {
	background-image: url(img/top_band.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.text10 {
	font-size: 10px;
}

.header_bg_hdt {
	background-image: url(img/header_bg_hdt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.header_bg_regency {
	background-image: url(img/header_bg_regency.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}.bold {
	font-weight: bold;
}
.brick {
	background-image: url(img/brick.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu_bg {
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.hand {
	cursor: hand;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.padding10 {
	padding: 10px;
}
.textbreadcrumb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

.border {
	border: 1px solid #666;
}