/* Elements */
BODY {
	font-size: 10pt;
	margin: 0px 5px 0px 8px;
	font-family: Verdana, Arial;
}

TABLE {
	font-size: 10pt;
	font-family: Verdana, Arial;
}


/* Classes */
.Header {
	text-align: center;
}

.ColoredTitle {
	font-weight: bold;
	color: #6699FF;
	text-align: center;
}

.ColoredText {
	color: #6699FF;
}

.PrintableColor {
	color: Black;
}

.Title {
	font-weight: bold;
	text-align: center;
}

.CompactParagraph {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 100%;
}

.TableHeader
{
	background-color: #000099;
}
