body {
margin: 0;
	padding: 0;
	
}


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;
}

h1 {
	background-color: transparent;
	color: Black;
	font-weight: bold;
	line-height: 150%;
}

h2 {
	background-color: transparent;
	color: Black;
	font-weight: bold;
	line-height: 150%;
}

h3 {
	background-color: transparent;
	color: Black;
	font-weight: bold;
	line-height: 150%;
}

h4 {
	background-color: transparent;
	color: Black;
	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;
}



