.body {
	color: #000;
    text-decoration: none;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

p {
    color: #000;
    text-decoration: none;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

a, a:link, a:active, a:visited {
    color: #000;
    text-decoration: none;
	line-height: normal;
}

a:hover {
    color: #A10D0D;
    text-decoration: underline;
}

.heading, a.heading, a:link.heading, a:active.heading, a:visited.heading {
    color: #000;
    text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}

a:hover.heading {
    color: #A10D0D;
    text-decoration: underline;
}

.nav, a.nav, a:link.nav, a:active.nav, a:visited {
    color: #000;
    text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}

a:hover.nav {
    color: #A10D0D;
    text-decoration: underline;
}