﻿html,
body
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	color: #5F5F5F;
}

body.blackBackground
{
	background: #000000;
}


H1,
H2,
H3,
H4,
H5,
H6
{
	color: #175CA3;
}

H1
{
	font-size: 14pt;
	margin-bottom: 8px;
}

.solutions DIV
{
	float: left;
	padding: 10px;
}

.solutions A
{
	display: block;
	width: 106px;
	text-decoration: none;
}

.solutions H2
{
	font-size: 11pt;
	margin: 0;
	padding: 4px 0 0 5px;
	color: white;
	width: 106px;
	height: 106px;
	text-transform: uppercase;
}

.solutions H2:hover
{
	text-decoration: underline;
}

.solutions P:hover
{
	text-decoration: underline;
}

.solutions
{
	padding-left: 180px;
}

#centerContentContainer
{
	min-height: 576px;
}

A
{
	color: #2B5EAC;
}

.flashVersionHeader
{
	border: 1px solid #175CA3;
	padding: 20px;
	margin-top: 5px;
	text-align: center;
}

.flashVersionHeader A
{
	font-size: 12pt;
	color: #175CA3;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.flashVersionHeader A:hover
{
	text-decoration: underline;
}

.footer
{
	text-align: right;
	padding-top: 15px;
}

.footer .seperator
{
	padding: 2px;
}

.logoContainer
{
	padding: 15px 0 0;
}