@charset "UTF-8";
/* CSS Document */

.norepeat_topcenter {
	background-repeat: no-repeat;
	background-position: center top;
}
.color_gray {
	background-color:#CCC
}
.color_blue {
	background-color:#9AAABE
}
.big {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.med {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
a:visited {
	color: #033;
	text-decoration: underline;
}
a:link {
	color: #033;
	text-decoration: underline;
}
a:hover {
	color: #033;
	text-decoration: none;
}
.altl a:visited {
	color: #000000;
	text-decoration: none;
}
.altl a:link {
	color: #000000;
	text-decoration: none;
}
.altl a:hover {
	color: #000000;
	text-decoration: underline;
}
.altl2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.altl2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.altl2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.rev {
	color:#FFF;
}
.height16 {
	height: 16px;
}
.repeat-x {
	background-repeat: repeat-x;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bolder;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.border1px {
	border: 1px solid #000;
}
.norepeat {
	background-repeat: no-repeat;
}
.justify-left {
	text-align: justify;
}
.justify-force {
	text-align: justify;
	white-space: nowrap;
}
.backk {
	background-color: #b4580d;
}