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

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.med {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
a:visited {
	color: #036;
	text-decoration: underline;
}
a:link {
	color: #03C;
	text-decoration: underline;
}
a:hover {
	color: #03C;
	text-decoration: none;
}
.sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.altl a:visited {
	color: #FC6;
	text-decoration: underline;
}
.altl a:link {
	color: #FC6;
	text-decoration: underline;
}
.altl a:hover {
	color: #FC6;
	text-decoration: none;
}
.altl2 a:visited {
	color: #FFF;
	text-decoration: underline;
}
.altl2 a:link {
	color: #FFF;
	text-decoration: underline;
}
.altl2 a:hover {
	color: #FFF;
	text-decoration: none;
}
.bigbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}.center {
	text-align: center;
}
.rev {
	color: #FFF;
}
.norepeat_left {
	background-repeat: no-repeat;
	background-position: left;
}
.norepeat_right {
	background-repeat: no-repeat;
	background-position: right;
}
.fade20 {
	opacity:0.2;
	filter:alpha(opacity=20);
}
.fade10 {
	opacity:0.1;
	filter:alpha(opacity=10);
}
.blue-dark {
	background-color:#000487;
}
.imageX {
max-width: 320px;
}
.cell_yellow {
	background-color: #FFC;
}
.border-dash {
	border: 1px dashed #999;
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.cell_darkyellow {
	background-color: #FC6;
}
.cell_gray {
	background-color: #EEE;
}
.border-dkyellow {
	border: 1px solid #FC6;
}
.norepeat {
	background-repeat: no-repeat;
}
