﻿body
{
	background-image: url(../images/bodyBG.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

img
{
	border: none;
}

a, a:link, a:active, a:visited
{
	color: #05276D;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.body .top
{
	background-image: url(../images/bgTop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 120px;
}

.body .middle
{
	background-image: url(../images/bgMiddle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	height: 400px;
}

.body .bottom
{
	background-image: url(../images/bgBottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 40px;
	color: #05276D;
	text-align: center;
}

.slide .top
{
	background-image: url(../images/slideTop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
}

.slide .middle
{
	background-image: url(../images/slideMiddle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	height: 180px;
}

.slide .bottom
{
	background-image: url(../images/slideBottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
}

.nav
{
	font-size: 14px;
	text-align: left;
	color: White;
	font-family: Arial Black, Arial, Sans-Serif;
}

.nav a, .nav a:visited, .nav a:link, .nav a:active
{
	color: White;
	text-decoration: none;
}

.nav a:hover
{
	text-decoration: underline;
}

.pagingText
{
	font-family:Verdana;
	font-size:8pt;
	color: #05276D;
}

.paging_CurrentPage /* td */
{
	text-align:center;
	height:10px;
	width:12px;
	font-family:Verdana;
	font-size:8pt;
	background-color: #05276D;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}

.paging_Spacer /* td */
{
	width:2px;
	background-image:url(Images/NavSpacer.gif);
}

a.paging
{
	font-family:Verdana;
	font-size:8pt;
	background-color: #FFFFFF;
	color: #05276D;
	text-decoration: none;
	padding:2px 2px 2px 2px;
}

a.paging:hover
{
	background-color: #05276D;
	color: #FFFFFF;
	text-decoration: underline;
}

.warning
{
	background-color: #FFFACD;
	border:1px solid #252525;
}

.messageWarning
{
	display:inline-block;
	padding:4px 4px 4px 22px;
	background-color: #FFFACD;
	border:1px solid #252525;
	background-image:url(../images/warningSmall.gif);
	background-position:3px center;
	background-repeat:no-repeat;
}

.messageOK
{
	display:inline-block;
	padding:4px 4px 4px 22px;
	background-color: #FFFACD;
	border:1px solid #252525;
	background-image:url(../images/checkSmall.gif);
	background-position:3px center;
	background-repeat:no-repeat;
}

.pricingTable
{
	width:100%;
	background-color: #EFEFEF;
}

.pricingTable tr th
{
	font-size:14px;
	text-decoration:underline;
	text-align:center;
	padding:4px 4px 4px 4px;
}

.pricingTable tr td
{
	font-size:10px;
	padding:4px 4px 4px 4px;
}

.pricingTable .subheading
{
	text-align:center;
	font-weight:bold;
}

.pricingTable .right
{
	text-align:right;
	padding:4px 4px 4px 4px;
}