body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	font-family: Calibri, Verdana;
	color: #303030;
	font-size: 10pt;
	font-weight: lighter;
	line-height: normal;
}

a {
	color: #0070A6;
	text-decoration: none;
}

a:visited {
	color: #0070A6;
	text-decoration: none;
}

a:hover {
	color: #5A0;
	text-decoration: underline;
}

a:active {
	color: #C30;
	text-decoration: underline;
}

#topnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background-image: url(../images/opt-back.gif);
	background-position: center center;
	text-align: center;
	line-height: 50px;
	background-repeat: repeat-x;
}

#topnav li {
	display: block;
	float: left;	
	padding: 0;
	margin: 0;
}

#topnav a {
	font-size: 16px;
	display: block;
	width: 160px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-image: url(/images/opt-back.gif);
	background-repeat: no-repeat;
}

#topnav a.last {
	padding-right: 0;
}

#topnav a:hover {
	color: #FFF;
	background-image: url(../images/opt-back-hover.gif);
	background-position: center center;
}

#topnav a:active {
	color: #000;
	background-image: url(/images/common/topnav-back-hover.jpg);
}
.heading1 {
	font-size: 48px;
	font-weight: 100;
	color: 4193F8;

}
.topline {
	font-size: 32px;
	font-weight: 100;
	color: 4193F8;
}
.secondline {
	font-size: 24px;
	font-weight: 100;
}
.menutopbar {
	font-size: 12px;
	text-align: center;
	color: 0070a6;
	font-style: normal;
}
.menuopts {
	font-size: 18px;
	font-weight: 100;
}

