﻿.body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 22px;
}
.body a:link {}
.body a:visited {}
.body a:hover {color: #000; text-decoration:none}

.bodyTightLeading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 13px;
}
.bodyTightLeading a:link {color: #000}
.bodyTightLeading a:visited {color: #000}
.bodyTightLeading a:hover {color: #000; text-decoration:none}

.bodyWhite {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	line-height: 15px;
}
.bodyWhite a:link {color: White}
.bodyWhite a:visited {color: White}
.bodyWhite a:hover {color: White}

.bodyBold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 15px;
}
.bodyBold a:link {color: #000; text-decoration: none}
.bodyBold a:visited {color: #000; text-decoration: none}
.bodyBold a:hover {color: #000}

.bodyBoldWhite {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	line-height: 15px;
}
.bodyBoldWhite a:link {color: White; text-decoration: none}
.bodyBoldWhite a:visited {color: White; text-decoration: none}
.bodyBoldWhite a:hover {color: White}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
}
.title a:link {color: #000}
.title a:visited {color: #000}
.title a:hover {color: #000; text-decoration: none}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
	line-height: 18px;
}
.header a:link {color: #000}
.header a:visited {color: #000}
.header a:hover {color: #000; text-decoration: none}

.headerWhite {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
	line-height: 18px;
}
.headerWhite a:link {color: White}
.headerWhite a:visited {color: White}
.headerWhite a:hover {color: White; text-decoration: none}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	line-height: 45px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}