BODY {
	font-family: Arial;
}

H1 {
	font-size: 18px;
	font-weight: bold;
	color: #261f62;
}

H2 {
	font-size: 16px;
	font-weight: bold;
	color: navy;
}

.black {
	font-size: 14px;
	color: #000000;
}

.contact {
	font-size: 10px;
	font-weight: bold;
	color: #476194;
}

.content {
	font-size: 12px;
	color: #000000;
}

.printblue {
	font-size: 40px;
	font-weight: bold;
	color: navy;
}

.printaddress {
	font-size:12px;
	font-weight: bold;
	color: black;
}

.contentblue {
	font-size: 12px;
	font-weight: bold;
	color: navy;
}

.headerblue {
	font-size: 16px;
	font-weight: bold;
	color: navy;
}

.contentbold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.contentred {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.bground {
	background: url('/images/background.png') right bottom
}

.DoPrint {display:none}

@media print {
.Main1 {display:none}
.Main2 {display:none}
.DoPrint {width:100%;float:none;display:inline}
}

td.menu 		{ font-family: Arial; font-size: 12px; font-weight: bold; }
td.menu a:link 		{ color: #FFFFFF; text-decoration: none; width: 100%; line-height: 20px; }
td.menu a:visited 	{ color: #FFFFFF; text-decoration: none; width: 100%; line-height: 20px; }
td.menu a:active 	{ color: #FFFFFF; text-decoration: none; width: 100%; line-height: 20px; }
td.menu a:hover 	{ color: #FFFFFF; text-decoration: none; width: 100%; line-height: 20px; background: #000066; }

td.menu2 		{ font-family: Arial; font-size: 12px; font-weight: bold; }
td.menu2 a:link 	{ color: #FFFFFF; text-decoration: none; width: 100%; line-height: 20px; text-indent: 5px;}
td.menu2 a:visited 	{ color: #FFFFFF; text-decoration: none; width: 100%; line-height: 20px; text-indent: 5px;}
td.menu2 a:active 	{ color: #FFFFFF; text-decoration: none; width: 100%; line-height: 20px; text-indent: 5px;}
td.menu2 a:hover 	{ color: #FFFFFF; text-decoration: none; width: 100%; line-height: 20px; background: #000066; text-indent: 5px;}

.smallwhite { font-family: Arial; font-size: 10px; color: #FFFFFF; font-weight: bold; }
.mediumwhite { font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; }
