.maindarkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #005773;
}
.mainwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
}
.mainblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
.smalldarkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: #005773;
}
.headerwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
.headerdarkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005773;
	font-weight: bolder;
}
.link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.link a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

.link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.link a:hover {
	color: #FFE800;
	text-decoration: none;
}

.link a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.linkdarkblue {
	color: #005773;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.linkdarkblue a:link {
	color: #005773;
	text-decoration: none;
} 

.linkdarkblue a:visited {
	color: #005773;
	text-decoration: none;
}

.linkdarkblue a:hover {
	color: #000000;
	text-decoration: none;
}

.linkdarkblue a:active {
	color: #005773;
	font-weight: bold;
}