﻿@charset "utf-8";
/* CSS Document */
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #1a4f79;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #2873c0;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

.textmed {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
footer:hover {border-bottom: dotted 1px #195da3; }
b {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	}
a:hover{border-bottom: dotted 1px #195da3; }
a img {border: none; border-bottom: 0px; display: block;}

.uldot {
	border-bottom: dotted 1px #195da3;
	}

