body { 
	background-image: url(images/bgimage.jpg); 
	background-repeat: no-repeat;
	font-family: Arial;
  margin: 0em;
  padding: 0em;
}



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:14px;
	letter-spacing:3px;
}

.smallPrint {
	font-size:9px;
}

@media print {

.noprint {
	display:none;
}

}

@media screen {
.noscreen {
	display:none;
}

}
