﻿.Header
{
	background-color: #014e82;
	font-family: Arial;
    color: white;
}
.Header-Title
{
	font-size: 14pt;
	font-weight: bold;
}
.Header-SubTitle
{
	font-family: Verdana;
	font-size: 9pt; 
}
.Header-ActiveUserCell
{
	border-bottom: solid 1px white;
}
.Header-UserName
{
	font-size: 10pt;
	color: white;
	font-weight: bold; 
}
.Header A:link, 
.Header A:visited
{
	text-decoration: none; 
	color: white;
}
.Header A:hover
{
	text-decoration: none; 
	color: white;
}

.Header-Logo
{
	border: solid 1px #b0c4de;
	margin: 4 4 4 4;
	width: 85px;
	height:45px;
}



