/* CSS Document */

a:hover
{
	text-decoration:underline;
}

.body
{
	background-color: #A2B7D4;
	text-align: left;
	background-color: #ffffff;
	margin: 0px;
}

.repeatY
{
	background-repeat:repeat-y;
}

.topNav
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
	text-align:left;
}
#leftNav
{
	padding: 0px 0px 0px 35px;
	text-align: left;
	/*line-height: 20px;*/
}
#leftNav a
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #93AFD6;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
#leftNav a:hover
{
	color: #05173B;
	text-decoration: none;
}

.mainText
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #0A2F80;
	font-weight: bold;
	margin: 0px 25px 15px;
	line-height:20px;
	text-align:center;
}
.contactText
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #0A2F80;
	font-weight: normal;
	margin: 0px 25px 15px;
	line-height:20px;
	text-align:center;
	line-height: normal;
}

.price 
{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
}


.formArea
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #0A2F80;
	font-weight: bold;
	margin: 0px 10px 15px;
	line-height:20px;
	text-align:left;
}

.mainTextLinkEmail
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #0A2F80;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
}

.mainTextLink
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #8FB1D4;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
}

.mainText2
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #04163E;
	font-weight: bold;
	margin: 15px 25px 15px 25px;
	line-height:20px;
	text-align:center;
}

.subHeader
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #04163E;
	font-weight: bold;
	margin: 15px 25px 0px;
	line-height:20px;
	text-decoration:underline;
	text-align:center;
	text-transform: uppercase;
}

.subHeader2
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #04163E;
	font-weight: bold;
	margin: 15px 25px 0px;
	line-height:20px;
	text-align:left;
}

.header
{
	font-family: arial, verdana;
	font-size: 14px;
	color: #8FB1D4;
	font-weight: bold;
	margin: 15px 25px;
	text-align:center;
}
.header2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8FB1D4;
	font-weight: bold;
	margin: 15px 25px;
	text-align:center;
	text-transform: uppercase;
}


.formTextRight
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #0A2F80;
	font-weight: bold;
	text-align:right;
}

.formTextLeft
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #0A2F80;
	font-weight: bold;
	text-align:left;
}

.onlineOrder
{
	background: #2561AA;
	color: #FFF;
	padding: 10px;
	text-decoration: none;
}

