/* global styles */
body {
	background-color: #9097A6;
	margin: 0px;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.tab {
	margin-left: 20px;
}
.tab2 {
	margin-left: 40px;
}
.bg_left {
	background-image: url(../img/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right {
	background-image: url(../img/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_footer {
	background-image: url(../img/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg_footer_left {
	background-image: url(../img/bg_bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_footer_right {
	background-image: url(../img/bg_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	padding: 10px 6px 10px 14px; width: 745px;
}
#space {
	padding: 10px;
}
hr {
	height: 1px; color: #E7D9A0;
}

/* image and line styles */
.img_border {
	border: 2px solid #CDAE39; margin-right: 10px;
}
.img_border_left {
	border: 2px solid #CDAE39; margin-left: 10px; margin-bottom: 5px;
}
.gold_line {
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #E7D9A0;
}
.blue_line {
	width: 1px; height:100%;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #D0D3DA;
}

/* text styles */
.title {
	font-family: Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight: bold; font-size:16px; color: #092869;
}
.head {
	text-transform:uppercase; font-weight: bold; color: #092869;
}
.head_sml {
	font-weight: bold;
	color: #092869;
	text-transform: capitalize;
}
.head_sml_yell {
	font-weight: bold; color: #9D8F56;
}
.yell {
	color: #9D8F56;
}
li {
	list-style-image: url(../img/bullet.gif);
}
.yell_sml {
	color: #D0AE32; font-size:9px;
}

/* Navigation styles */
#navs {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height:22px; color: #95823A; padding: 5px 0px 35px 5px; border-right: solid 1px #D0D3DA; margin-right: 10px; width: 156px;
}
.off {
	list-style-image: url(../img/diamond_off.gif);
}
.on {
	list-style-image: url(../img/diamond.gif);
}

/* LINK styles */
a:link {
	color: #95823A; text-decoration:none;
}
a:visited {
	color: #95823A; text-decoration:none;
}
a:hover {
	color: #7A6618; text-decoration:none;
}
a.navs:link {
	color: #95823A; text-decoration:none;
}
a.navs:visited {
	color: #95823A; text-decoration:none;
}
a.navs:hover {
	color: #7A6618; text-decoration:none;
}
a.navp:link {
	color: #092869; text-decoration:none; font-weight: normal; line-height: 16px;
}
a.navp:visited {
	color: #092869; text-decoration:none; font-weight: normal; line-height: 16px;
}
a.navp:hover {
	color: #092869; text-decoration:underline; font-weight: normal; line-height: 16px;
}

/* FORM styles */
.input {
	font-size: 11px; color: #092869; background-color: #FFFFFF; border: solid 1px #D0D3DA
}
select {
	font-size: 11px; color: #092869; background-color: #FFFFFF; border: solid 1px #D0D3DA
}
.button {
	font-weight:bold;  color: #092869; font-size: 12px; text-transform:uppercase; background-color: #D0D3DA; border: solid 1px #CCCCCC; height: 24px;
}
.text {
	color: #092869;
}
/* ABS styles */
.lg-dppl-bold 				{ font: bold Arial, Helvetica, sans-serif; color: #092869; }
.lg-blk-nrm					{ font: normal Verdana, Arial, Helvetica, sans-serif; color: #000000; }
.sm-blk-nrm					{ font: normal Verdana, Arial, Helvetica, sans-serif; color: #000000; }
.lg-mag-bold				{ font: bold Arial, Helvetica, sans-serif; color: #092869; }
.xlg-mag-bold				{ font: bold Arial, Helvetica, sans-serif; color: #95823A; }
.sm-dppl-bold 				{ font: bold Arial, Helvetica, sans-serif; color: #092869; }
.sm-mag-bold				{ font: bold Arial, Helvetica, sans-serif; color: #092869; }

