
body,p,td {
	font-family: arial, helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}



.navbar {
	background-color: #669933;
	width: 150px;
	text-align: center;
	color: #CCFFCC;
	font-size: 8pt;
	font-weight: bold;
}


.navbar-link {
	text-align: center;
	color: #CCFFCC;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.page-header {
	font-family: FoundrySans;
	font-weight: bold;
	font-style: italic;
	font-size: 20pt;
	font-weight: bold;
	color: #3700CC;
	text-align: left;
}


.header {
	font-family: FoundrySans;
	font-weight: bold;
	font-style: italic;
	font-size: 20pt;
	font-weight: bold;
	color: #3700CC;
	text-align: left;
}


.table-background {
	background-color: #3700CC;
	color: white;
}

.table-header {
	background-color: #3700CC;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}



.table-head {
	background-color: #3700CC;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}


.table-data {
	background-color: #FFFFFF;
	color: black;
}

.table-data-alt {
	background-color: #CCF1CD;
	color: black;
}


.table-data-center {
	background-color: white;
	color: black;
	text-align: center;
}


.table-data-center-alt {
	background-color: #CCF1CD;
	color: black;
	text-align: center;
}

