a:link {
	color: #034EA2;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: RED;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #034EA2;
	font-weight: bold;
	text-decoration: none;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.paragraph {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: 034EA2;
	padding-left: 6px;
	padding-bottom: 8px;

}

.menudown {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #5F9EBA;
	text-decoration: none;
}

a.menudown:link {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #5F9EBA;
	text-decoration: none;
}

a.menudown:hover {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #5F9EBA;
	text-decoration: underline;
}
a.menudown:visited {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #5F9EBA;
	text-decoration: none;
}

.copyright {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
