@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
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.med {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
a:visited {
	color: #39C;
	text-decoration: none;
	font-weight: bolder;
}
a:link {
	color: #39C;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #36C;
	text-decoration: underline;
	font-weight: bolder;
}
.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: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color:#0000ff
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

