﻿body
{
	margin: 0px;
	background-image: url('../images/background.gif');
	font-family: Arial;
	font-size: 11pt;
}

img
{
	border: solid 0px;
}

a
{
	color: #A2112E;
	text-decoration: none;
}

a:hover
{
	color: #D2113B;
	text-decoration: underline;
}
	
a:visited
{

}

.address
{
	font-family: Cambria, Times New Roman;
	font-size: 10pt;	
}

.titleSerif
{
	font-family: Cambria, Times New Roman;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: -.5pt;
}
	
.titleSans-Red
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #D2113B;
	letter-spacing: -.5pt;
}
	
.subTitleSerif
{
	font-family: Cambria, Times New Roman;
	font-size: 15pt;
	font-style: italic;
	margin-bottom: 10px;
	display: block;
	margin-bottom: 25px;
}

.textSmallest
{
	font-size: 7pt;
}

.textSmall
{
	font-size: 10pt;
}

.floatRight
{
	float: right;
}

.gridView
{
    margin-top: 10px;
	width: 100%;
}
.gridView td
{
	padding: 2px 4px 2px 4px;
}


.gridViewHeaderRow
{
	background-color: #333333;
	color: #FFFFFF;
	font-family: Cambria, Times New Roman;
	font-size: 12pt;
	font-weight: bold;
}

.gridViewRow
{
	background-color: #F0F0F0;
}

.gridViewAlternatingRow
{
	background-color: #FFFFFF;
}

.gridViewRow:hover
{
	background-color: #CCCCCC;
}

.gridViewAlternatingRow:hover
{
	background-color: #CCCCCC;
}


