﻿body 
{
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

table, td 
{
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-collapse: collapse;
}

th, td 
{
	vertical-align: top;
}

img 
{
	border-style: none;
}

h1 
{
	font-size: 2.2em;
	font-weight: bold;
	color: #ec1f27;
	letter-spacing: -0.1em;
}

h2 
{
	font-size: 1.4em;
	font-weight: bold;
	color: #ec1f27;
	letter-spacing: -0.1em;
}

.red { color: #ec1f27; }
.redBG { background-color: #ec1f27; }
.black { color: #000000; }
.white { color: #ffffff; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.c { text-align: center; }

a 
{
	color: #ec1f27;
	font-weight: bold;
}

.divClear 
{
	clear: both;
	height: 0px;
}

p 
{
	line-height: 1.5em;
}

.divCopyright 
{
	clear: both;
	width: 990px;
	margin: 8px auto;
	text-align: center;
	color: #7F7F7F;
	font-size: 80%;
}

