﻿BODY
{
	background-color:				#3b84a2;
	font-family:					arial, sans-serif;
}


A
{
	color:							#07498a;
}

A:visited
{
	color:							#07498a;
}

A:active
{
	color:							#07498a;
}

H1
{
	color:							#07498a;
	font-size:						14pt;
	font-weight:					bold;
	text-align:						center;
}


/*
 *  Layout tables.
 */

TABLE.OuterLayout
{
	width:							100%;
	padding:						8px;
}

TD.OuterLayoutLeft
{
}

TD.OuterLayoutCenter
{
	width:							784px;
	background-color:				#F3F7FA;
	background-image:				url(images/Header.png);
	background-repeat:				no-repeat;
}

TD.OuterLayoutRight
{
}



/*
 *  Header
 */

DIV.TopNavigation
{
	text-align:						right;
	padding-top:					116px;
	padding-right:					16px;
}
DIV.TopNavigation A
{
	text-decoration:				none;
}

IMG.HeaderNavigation
{
	height:							31px;
	width:							85px;
	border-style:					none;
}


/*
 *  Footer
 */

DIV.FooterNavigation
{
	text-align:						right;
	padding:						16px;
	font-size:						10pt;
	color:							#3b84a2;
}


/*
 *  Content
 */

DIV.MainContent
{
	min-height:						320px;
	padding-left:					16px;
	padding-right:					16px;
}

SPAN.Standout
{
	color:							#C05B13;
}

IMG.Handheld
{
	float:							right;
	width:							109px;
	height:							200px;
	padding-right:					100px;
}

IMG.Blind
{
	float:							left;
	width:							200px;
	height:							132px;
	padding-right:					16px;
}


/*
 *  Features
 */

TD.FeatureName
{
	color:							#C05B13;
	font-weight:					bold;
	vertical-align:					top;
	text-align:						right;
}

TD.FeatureDescription
{
	padding-left:					8px;
	padding-bottom:					8px;
	vertical-align:					top;
}

