﻿/* GENERAL PAGE STYLES */
body
{
	/*background-image: url('/Images/BG.jpg' ); 	background-repeat: repeat-x;*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	/*height: 100%;*/
}

a, a:link, a:visited, a:active, a:hover
{
	/*font-size: 11px;*/
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
}
.NonBold a, .NonBold a:link, .NonBold a:visited, .NonBold a:active, .NonBold a:hover
{
	/*font-size: 11px;*/
	color: #0099cc;
	text-decoration: none;
	font-weight: normal;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 13px;
}
h3
{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
td
{
	font-size: 11px;
	
	/*text-align: left;*/
}

/* SPECIFIC CLASSES EFFECTING MAIN CONTENT */
.mainContent
{
	width: 630px;
}
.mainContentLeft
{
	width: 305px;
	float: left;
}

.mainContentRight
{
	width: 305px;
	float: left;
	margin-left: 20px;
}

.mainConentSpacer {
	clear:both;
	height:40px;
	width:100%;
	border-bottom:1px #C0C0C0 solid;
	margin-bottom: 10px;
}



.roundedDivInnerText
{
	background-color: #ffffcc;
}

.paragraphHeader
{
	font-size: 11px;
	font-weight: bold;
}

.hyperlinkList
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.pageHeader
{
	font-size: 16px;
	font-weight: bold;
}

.pageMainText
{
	font-size: 13px;
}
.xText
{
	font-size: 13px;
}
a.pageMainText,
.pageMainText a
{
	font-size: 13px;
}

.pageGrayText
{
	color: #808080;
}

.pageBoldText
{
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}

.divWithBorder
{
	border: 1px #999999 solid;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
}
.linkTBL
{
	width: 100%;
	margin-bottom: 10px;
}

/* ROUNDED CORNER DIV STYLES */
.bl
{
	background: url( '/images/bl.jpg' ) 0 100% no-repeat #FFF6CF;
	width: 100%;
}
.br
{
	background: url( '/images/br.jpg' ) 100% 100% no-repeat;
}
.tl
{
	background: url( '/images/tl.jpg' ) 0 0 no-repeat;
}
.tr
{
	background: url( '/images/tr.jpg' ) 100% 0 no-repeat;
	padding: 10px;
}
.clear
{
	font-size: 1px;
	height: 1px;
}

/* GRID TABLE LAYOUT STYLES */
.gridCell
{
	font-size: 11px;
	border-bottom: 1px #C0C0C0 solid;
	vertical-align: top;
}
.gridCellLast
{
	font-size: 11px;
	vertical-align: top;
}

.gridHeader
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.FAQquestion
{
	font-weight: bold;
}
.ClearAll
{
	clear: both;
}
.TableRoundCorner
{
	width: 19px;
	height: 19px;
}