body {
margin : 0px;
}
.headerHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #474D6C;
	text-align: center;
	text-decoration: none;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #474D6C;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #474D6C;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #474D6C;
	text-decoration: underline;
	text-transform: uppercase;
}
.headerSlogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #474D6C;
	text-align: center;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474D6C;
	text-decoration: none;
}
.counters {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contentPlain {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.contentPlain a {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.contentPlain a:hover {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.contentBold {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.contentBold a {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.contentBold a:hover {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.contentTitle {
	font-family: Georgia;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

