/* Fonts */




a {
	color: #595959;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
}


.bodycopy {
	font-family: Verdana;
	font-size: 10px;
	color: #595959;
}
h2 {
	font-family: Verdana;
	color: #333333;
}
.table {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C2164;
	border-right-color: #0C2164;
	border-bottom-color: #0C2164;
	border-left-color: #0C2164;
}

.bodyblue {
	font-family: Verdana;
	font-size: 12px;
	color: #0C2164;
	font-weight: bold;
}


a.blue {
	color: #1D3275;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
}
a.blue:visited {
	color: #1D3275;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
}
a.blue:hover {
	color: #1D3275;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: underline;
}
a.blue:active {
	color: #1D3275;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
}

