/* Normal unvisited, visited and hover link presentation */
A:link    { background: transparent; color: #FFB612; text-decoration: underline;}
A:visited { background: transparent; color: #FFB612; text-decoration: underline;}
A:hover   { background: transparent; color: #000000; text-decoration: underline;}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFC853;
	font-weight: bold;
}
.popupNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E8ECE;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #122A42;
}
