/* CSS Document */

body {
	text-align:center;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #214b71;
}

a {
	color: #214b71;
	text-decoration:none;
}

a:visited {
	color: #214b71;
}

a:hover {
	color:#FFFFFF;
	background-color: #214b71;
}