/* ================= Body Elements ================= */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	Background-color:#ffffff;
	color: #000000;
}

/* ================= Hyperlinks ================= */
a:link {
	color: #005695;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #005695;
	}
a:hover {
	text-decoration: none;
	color: #cccccc;
	}
a:active {
	text-decoration: none;
	color: #005695;
	}
a.hyper2:link {
	color: #ffffff;
	text-decoration: none;
	}
a.hyper2:visited {
	text-decoration: none;
	color: #ffffff;
	}
a.hyper2:hover {
	text-decoration: none;
	color: #ffcc99;
	}
a.hyper2:active {
	text-decoration: none;
	color: #ffffff;
	}
a.hyper3:link {
	color: #002A68;
	text-decoration: none;
	}
a.hyper3:visited {
	text-decoration: none;
	color: #002A68;
	}
a.hyper3:hover {
	text-decoration: none;
	color: #cccccc;
	}
a.hyper3:active {
	text-decoration: none;
	color: #002A68;
	}
/* ================= Typography ================= */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #005695;
	line-height: 35px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #005695;
	font-weight: bold;
	font-style: italic;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.bodybluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005695;
	line-height: 20px;
	font-weight: bold;
}
.chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.chartheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005695;
	font-style: italic;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc99;
	font-weight: bold;
}


/* ================= Design Elements ================= */

.lineright{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #005695;
}
.linetop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005695;
}
.headerbg {
	background-image: url(images/h_bg.jpg);
	background-repeat: repeat-x;
}
