<!--

A:link {
	color: #5D77AF;	
}
A:visited {
	color: #8B8B8B;
}
A:active {
	color: #8399C7;
}
A:hover {
	color: #8399C7;
}

p {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #000000;	
}

td {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #000000;	
}

ul {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #000000;	
}

.content {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #000000;	
}

.emphasis {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	font-style: italic;
	color: #000000;	
}

.header {
	font-family: "arial";
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #5D77AF;
}

.subheader {
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #5D77AF;
}

.title {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5D77AF;
}

.textnav {
	font-family: "arial";
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1.3;
	line-height: 1.5;
	color: #000000;
}

.tableheaderbg {
	background-color: #5D77AF;
}

.tableheader {
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	color: #FFFFFF;
}

.tablesubheader {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.tablerowbg1 {
	background-color: #E8EAF6;
}

.tablerowbg2 {
	background-color: #FAF2E3;
}

.border
{
	border-bottom: solid #5D77AF 1px;
	border-left: solid #5D77AF 1px;
	border-right: solid #5D77AF 1px;
	border-top: solid #5D77AF 1px;
}

.alert {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #D60101;	
}

.footer {
	font-size: 10px;
}

.error {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #D60101;	
}

-->