body { 
	background-image: url(images/bigbanner.png); 
	background-repeat: no-repeat;
	font-family: Arial;
}



a:link {
	color:#0005bc;
	text-decoration:none;
}

a:visited {
	color:#0005bc;
	text-decoration:none;
}

a:active {
	color:#0005bc;
	text-decoration:none;
}

a:hover {
	color:#6d70ff;
	text-decoration:underline;
}

.menuLine {
	color: black;
	background-color: black;
	height: 1px;
	border: 0px;
}

.contentLine {
	color: #362e63;
	background-color: #362e63;
	height: 1px;
	border: 0px;
}

b,h1,h2,h3 {
	color: #362e63;
}

.menuText {
	font-size:12px;
	word-spacing:1ex;
}

@media print {

.noprint {
	display:none;
}

}

@media screen {
.noscreen {
	display:none;
}

}
