@charset "utf-8";

.mainbkgrd {

	background-image: url(../images/mid-bckrd.jpg);

	background-repeat: repeat-y;

	padding-right: 26px;

	padding-left: 26px;

}

.footer {

	background-image: url(../images/btm-bckrd.jpg);

	background-repeat: no-repeat;

	background-position: top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	line-height: 10pt;

}

h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16pt;

	line-height: 18pt;

	font-weight: bold;

	color: #06357B;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	line-height: 14pt;

	color: #4DA5FD;

}

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	line-height: 12pt;

}

caption {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: italic;

	line-height: 10pt;

}

.sidenav {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	line-height: 18pt;

	font-weight: bold;

	text-align: left;

}

a:link{
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}

