BODY {
	font-family: tahoma, arial, sans-serif;
	color: white;
}
SPAN.Initial {
	font-size: large;
}

DIV.Centered {
	text-align: center;
}

DIV.Title {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

IMG.FLeft, IMG.FRight {
	padding: 6px;
	border: none;
}

IMG.FLeft {
	float: left;
}

IMG.FRight {
	float: right;
}

TD.Bold {
	font-weight: bold;
}

.NoDisplay {
	display:none;
}

.HiLite {
	font-weight: bold;
	background-color:#87AED4;
}

.TextBox, .TextBoxCentered, DIV.Title, DIV.Digest, DIV.NavBar {
	padding:0.5em;
	background-color:#87AED4;
	border-right:solid;
	border-bottom:solid;
	border-width:medium;
	border-color: #38424D;
}

.TextBoxCentered {
 	text-align: center;
}

.Footer {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

DIV.Digest {
	font-size: 10pt;
}

DIV.NavBar {
	text-align: center;
	font-size: 8pt;
}

HR.DigestSep {
	text-align: center;
	width: 70%;
}

TH {
	font-weight: bold;
	text-align: center;
}

A.NavBar:link {
	font-size: 10pt;
}

A.NavBar:active {
	font-size: 10pt;
}

A.NavBar:visited {
	font-size: 10pt;
}

A.NavBar:hover {
	font-size: 10pt;
}

A:link {
	color: blue;
}

A:Hover {
	color: yellow;
}

A:visited {
	color: green;
}

A:active {
	color: blue;
	background-color: yellow;
}
