@import url('https://fonts.googleapis.com/css?family=Poppins

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 1;
}
p, table, td, th, li, dt, dl {
	color: #555555;
	font-family: Arial, Helvetica;
	font-size: 1;
}
h1 {
	color: #006838;
	font-family: Arial, Helvetica;
	font-size: 1.8;
}
h2, legend {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 1.6;
}
h3 {
	color: #006838;
	font-family: Arial, Helvetica;
	font-size: 1.2;
	border-bottom: 1px solid #555555;
}
h4 {
	font-family: Arial, Helvetica;
}

a, a:visited, a:active, a:link {
	color: #555555;
}
a:hover {
	color: #006838;
}

.progressbar .filled {
	background-color: #006838;
}

#programheader #mainnav a, #programheader #loggedin a {
	color: #555555;
}

.datatable .totalrow {
	border-top: 1px solid #555555;
}

.formfield {
	font-family: Arial, Helvetica;
	font-size: 1;
}
.submit {
	font-family: Arial, Helvetica;
	font-size: 1;
	color: #fff;
	background-color: #555555;
}

.buttonlink, .inlinebuttonlink {
	background-color: #555555;
}
.buttonlink:hover, .inlinebuttonlink:hover {
	background-color: #006838;
}

.btn-fund {
    background-color: #555555 !important;
}

.btn-fund:hover, .btn-fund:focus, .btn-fund:active, .btn-fund.active, .btn-fund.disabled, .btn-fund[disabled] {
    background-color: #006838 !important;
}

.readmoregrant {
	color: #555555;
}
.readmoregrant:hover {
	color: #006838;
}

.grantdatatable th {
	background-color: #ccc;
	color: #000;
}
.grantdatatable th a {
	color: #000 !important;
}
.grantdatatable th a:hover {
	color: #000;
}
.grantdatatable tr:hover {
	background-color: #eee;
}
.grantdatatable td  a{
	color: #000 !important;
}
.grantdatatable td  a:hover {
	color: #000 !important;
}



