a:link, a:active, a:visited {
	color: #3C2263;
	text-decoration: none;
}
a:hover {
	color: #03AFED;
	text-decoration: none;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #000066;
	padding-left: 5px;
	text-decoration: none;
	padding-right: 5px;
	font-weight: bold;
}
a.navLink:hover {
	color: #333333;
	padding-left: 5px;
	text-decoration: none;
	padding-right: 5px;
}
body {
	margin: 0px;
	background-image: url(../layout/bk.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.a1bk {
	background-image: url(../layout/a1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bodyTitle {
	font-size: 16px;
	color: #392062;
	font-weight: bold;
	padding-right: 5px;
}
.superbodyTitle {
	font-size: 20px;
	color: #392062;
	font-weight: bold;
	padding-right: 5px;
}

