a {
	text-decoration: underline;
}
a.nav {
	text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
    text-decoration: underline;
}
.pageheaderblue {
	color: #000099;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
}
.pageheaderred {
	color: #A80C36;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
}
.boldheaderblue {
	color: #000099;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
}
.boldheaderred {
	color: #A80C36;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
}
.contentheaderred {
	color: #A80C36;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.contentheaderblue {
	color: #000099;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.contentheadergrey {
	color: #808080;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.content {
	color: #808080;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: regular;
}
.footer {
	color: #ffffff;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
}

.strong {
	color: #FF0000;
}
.nav  {
	color: #CCC800;
	text-decoration: none;
}
