a:link {
	background: transparent;
	color: Blue;
	text-decoration: underline;
}



a:visited {
background: transparent;
	color: #C71585;
	text-decoration: underline;
}



a:active {
	background: transparent;
	color: #FF1493;
	text-decoration: underline;
}

a:hover {
	background: #FFFF90;
	color: Blue;
	text-decoration: underline;
}

body, center, div, p, form, pre, li, ol, ul, table, tr, td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

div.info {
	font-size: 10px;
}

div.small {
	font-size: 10px;
}

a h2 {

	color: #3366FF;
	font-weight: bold;
	line-height: 150%;
	background: transparent;
	text-decoration: underline;
}

a:hover h2 {

	color: #3366FF;
	text-decoration: underline;
	line-height: 150%;
	font-weight: bold;
	background: transparent;
}

h1 {

	color: #4C77B6;
	font-weight: bold;
	line-height: 150%;
	background-color: transparent;
}





h2 {

	color: #4C77B6;
	font-weight: bold;
	line-height: 150%;
}

h3 {

	color: #4C77B6;
	font-weight: bold;
	line-height: 150%;
}

h4 {

	color: #4C77B6;
	font-weight: bold;
	line-height: 150%;
}

h5 {

	color: Black;
	background-color: White;
	font-weight: bold;
	line-height: 150%;
	font-size: 16px;
}

hr.margin {
	background-color: #336699;
	color: #FF9900;
}

hr.sitemap {
	background-color: #336699;
	color: #3366FF;
}



