﻿body
{
	font-family: "Verdana";
	font-size: 12px
}

a:link 
{
	font-family: "Verdana";
	color: #224085;
	font-weight: bold;
	text-decoration: underline;
	
}
a:active {
	font-family: "Verdana";
	color: #224085;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: "Verdana";
	color: #224085;
	font-weight: bold;
	text-decoration: underline;
}
a.hover {
	font-family: "Verdana";
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
}

a.headerLink:link 
{
	font-family: "Verdana";
	color: #224085;
	font-weight: bold;
	text-decoration: underline;
	font-size:12px
	
}
a.headerLink:active {
	font-family: "Verdana";
	color: #224085;
	font-weight: bold;
	text-decoration: underline;
	font-size:12px
}
a.headerLink:visited {
	font-family: "Verdana";
	color: #224085;
	font-weight: bold;
	text-decoration: underline;
	font-size:12px
}
a.headerLink:hover {
	font-family: "Verdana";
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
	font-size:12px
}




