.header {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #024A9A;
}
.link {
	color: #024A9A;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

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

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

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

.link a:active {
	color: #024A9A;
}
.linkwhite {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

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

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

.linkwhite a:hover {
	color: #50BDEB;
	text-decoration: none;
}

.linkwhite a:active {
	color: #FFFFFF;
}
.bigheader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	color: #024A9A;
}
.linksmaller {
	color: #024A9A;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.linksmaller a:link {
	color: #024A9A;
	text-decoration: none;
} 

.linksmaller a:visited {
	color: #024A9A;
	text-decoration: none;
}

.linksmaller a:hover {
	color: #50BDEB;
	text-decoration: none;
}

.linksmaller a:active {
	color: #024A9A;
}
