/* CSS Document */
BODY{
background-image: url("../graphics/sitebg.gif");
background-repeat: repeat-x;
background-color: #9BA8CB;
}

a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a:link.footer {
font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited.footer {
font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.footer {
font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:active.footer {
	font-size: 12px;
	font-weight: bold;
	color: #DADADA;
	text-decoration: none;
}
.BlackLine {
	border: 1px solid #000000;
}

.sidetext{color:#FFFFFF;}
