/* CSS Document */

<style type="text/css">
<!--
body,td,th {
	font-family: Helvetica, Arial;
}
body {
	background-color: #e4a611;
	margin-top: -1px;
	margin-bottom: -1px;
	background-image: url(artWork/topGraph2.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
/* links setup for navBar */
.navBar {	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.navBar a:link {
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.navBar a:visited {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.navBar a:hover {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #E4A611;
	font-weight: bold;
}
.navBar a:active {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}


/* links setup for subNavBar */
.subNavBar {	
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #E4A611;
	font-weight: bold;
}
.subNavBar a:link {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.subNavBar a:visited {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #E4A611;
	text-decoration: none;
	font-weight: bold;

}
.subNavBar a:hover {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
.subNavBar a:active {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #E4A611;
	text-decoration: none;
	font-weight: bold;
}

/* links setup for main */
.main a:link {
	font-family: Helvetica, Arial;
	color: #E4A611;
	text-decoration: none;
}
.main a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.main a:visited {
	color: #E4A611;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	font-family: Helvetica, Arial;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.styleText a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.styleText a:visited {
	text-decoration: none;
}
.styleHead {
	color: #E4A611;
	font-size: 24px;
	font-family: "Times New Roman", Times;
	font-weight: bolder;
}
.styleHead2 {
	color: #E4A611;
	font-size: 36px;
	font-family: "Times New Roman", Times;
	font-weight: bolder;
}
.styleSubHead {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;

}
.styleText {
	color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.styleTable{
	border-bottom-color: #E4A611;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
}
.styleRowLine{
	margin: 0;
	padding: 0;
}
-->
</style>
