a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #095EB8;
	text-decoration: none;
	font-weight: bold;
	clip:  rect(   )
}
a:visited {
	color: #7C9FD2;
}
a:hover {
	color: #FF6900;
}
a:active {
	color: #3BAC02;
}

.larger-text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium}

.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #CCC;
	text-align: center;
}
.panelText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 25px;
	color: #095EB8;
	padding: 25px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}
.panelTextHorizontal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 20px;
	color: #095EB8;
}
.boldText {
	font-weight: bold;
	color: #095EB8;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.orangeHighlight {
	color: #FFA104;
}
.overlayText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	line-height: 18px;
	font-weight: bolder;
}
.overlayTextCentre {
	color: #009;
	line-height: 22px;
}
.panelTextCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #095EB8;
}

a.nav:link {
	color: #095EB8;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.nav:visited {
	color: #7C9FD2;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.nav:hover {
	color: #FF6900;
	text-decoration: underline;
	font-size: 11px;
}
a.nav:active {
	color: #3BAC02;
	font-size: 11px;
}
.nav {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #095EB8;
}

