H1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 24pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	vertical-align : text-bottom;
	color: navy;
}
.text {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: navy;

}
H2{
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color: navy;
}

.textbox{
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-left : 10px;
}
.textside{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-left : 10px;
}
.textpop{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-left : 10px;
	margin-right: 10px;
	color: Navy;
}
.sidelink{
	a {
	color: Navy;
	font-size:9px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-style : normal;
}
.bodylink{
	a {
	color: Red;
	font-size:10pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
	font-style : normal;
}

a:link {
	color: Navy;
}
a:visited {
	color: Navy;
}
a:hover {
	color: Olive;
	font-weight: normal;
	text-decoration : underline;
}
}
