/*******************************
****** SITE-WIDE DEFAULTS ******
*******************************/

body {
    background-color: #222222;
    font-size: 10pt;
    line-height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
}

td {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #444444;
	line-height: 30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1.logo-red {
	color:#fd0012;
}
		
h2 {
	line-height: 30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#111111;
}

h2.extra-large {
	font-size:18pt;
}
		
a:link, a:visited, a:hover {
	color: #1122BB;
	text-decoration: none;
}

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

span.small-gray {
	font-size:8pt;
	color:#666666;
}

span.gray-text {
	color:#444444;
}

.front-page-box ul {
	margin:0 0 0 0;
}

.front-page-box h1, .front-page-box h2, .front-page-box h3 {
}

.front-page-box h1 {
	margin:0 0 25px 0;
	color:#dd0010;
	font-size:22pt;
}

.front-page-box h2 {
	margin:0 0 25px 0;
	color:#00228b;
	font-size:18pt;
}

.front-page-box h3 {
	color:#444444;
	font-size:14pt;
}