body {
	background-color: #378dc1;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
}
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}
.highlight {
	color: #ea90d0;
	font-weight: bold;
}
.privacy {
	color: #D7760D;
	font-weight: bold;
}
.defaultBG {
	background-color: #A20000;
}
.imagefloat {
	float:left;
	padding:10px;
}

.imagefloat_right {
	float:right;
	padding:10;
}





/* Link Styles */

a.links {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.links:hover {
	color: #D8FB2B;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D8FB2B;
	text-decoration: none;
}





/* Headings & Text Formatting */

h1 {
	font-weight:bold;
	color: #CD3241;
	font-size: 22px;
}
h2 {
	font-weight:bold;
	color: #D06329;
	font-size: 18px;
}
h3 {
	font-weight:bold;
	color: #CD3241;
	font-size: 15px;
}
h4 {
	font-weight:bold;
	color: #D06329;
	font-size: 13px;
}
h5 {
	font-weight:bold;
	color: #CD3241;
	font-size: 11px;
}
h6 {
	font-weight:bold;
	color: #D06329;
	font-size: 10px;
}


.tablegrid {
	border:1px solid #000000;
	background-color: #FFFFFF;
}
.tablehead {
	font-weight:bold;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #CD3241;
}
.tablesubhead {
	font-weight:bold;
	color: #000000;
	font-size: 12px;
	background-color: #F7C98E;
}
.row1 {
	background-color: #FFFFFF;
}
.row2{
	background-color: #E5E6E7;
} 





