/*QSS

CHANGE COLOR CONTRAST 
#4a6371; CHANGE COLOR CONTRAST2 
#99CC00; CHANGE COLOR STANDARD 
#007cc3; CHANGE COLOR BACKGROUND

*/

body
{
	width: 950px;
	background-color: #050B3F;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

#PageContent
{
	width: 100%;
}

a
{
	text-decoration: none;
}

a:link {
	color: #007cc3;
}

a:visited {
	color: inherit;
}

a:hover {
	color: #669900;
}


.CorpMainText
{
	color: #3D688B;
	font-size: 11px;
        font-weight: bold;
        line-height: 19px;
}

.CorpContactUs
{
	color: White;
	font-size: 12px;
        font-weight: bold;
}



.SimplePageDisplay
{
  margin: 30px;
}

.SimplePageDisplay .linkText
{
	font-size: 20px;
	font-weight: bold;
	color: #007cc3;
}

.SummaryContent 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #666666;
}

.SummaryContent a:link
{
	color: #007cc3;
	text-decoration: none;
}

.SummaryContent a:visited
{
	color: #007cc3;
	text-decoration: none;
}

.SummaryContent tr
{
	margin: 10px;
}

