/* ============================================================================= */
/*                                  Text Styles                                  */
/* ============================================================================= */

.SectionTitle
{
	background-image: url('../Images/Section_Banner.jpg');
	height: 52px;
	width: 680px;
	color: #FFFFFF;
}

.DottedLine
{
	margin: 5px 0px 5px 0px;
	border-top: 1px dotted #000000;
	border-bottom: 0px;
	height: 1px;
	width: 100%;
	border-top-color: #C0C0C0;
	border-bottom-color: inherit;
}


h1
{
	font-size: 20px;
	font-family: Tahoma;
	line-height: 32px;
	color: #96B37B;
	text-align: left;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 5px;
}

#LeftPanel h1
{
	color: White;
	font-family: Georgia, Verdana;
	font-size: 20px;
	font-weight: normal;
}

h2
{
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #959595;
	font-weight: normal;
	line-height: 30px;
}

h3
{
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #959595;
	font-weight: normal;
	line-height: 25px;
}

h4
{
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #C69E00;
	font-weight: normal;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00496C;
}

.service h2
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #636F4A;
	line-height: 18px;
}



.footertext
{
	padding: 10px;
	font-size: 10pt;
	font-family: Arial;
	color: gray;
	line-height: 20pt;
}

P
{
	font-weight: normal;
	color: #959595;
	font-family: Arial;
	font-size: 14px;
	line-height: 25px;
}

.Quote
{
	color: #86592D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	line-height:20px;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}

.MainLeftPara
{
	width: 550px;
	float: left;
}

table
{
	font-size: 12px;
}

/* ============================================================================= */
/*                                 Bulleted Lists                                */
/* ============================================================================= */



.TickList, .TickListPadded, .BulletList
{
	padding-left:40px;
}

.TickList, .TickListPadded ul
{
	font-weight: normal;
	font-size: 10pt;
	color: #696969;
	font-family: Arial;
	list-style-position: outside;
	list-style-image: url(../Images/arrow.gif);
	vertical-align: middle;
}


.TickList li, .BulletList li
{
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top:10px;
	vertical-align: middle;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.TickListPadded li
{
	padding-left:15px;	
	margin-bottom:20px;	
}

.AccOptions li
{
	padding-left:15px;	
	vertical-align: middle;
	padding-bottom:10px;
}


.BulletList
{
	font-weight: normal;
	font-size: 12pt;
	color: #006699;
	font-family: Arial;
	list-style-position: outside;
	list-style-type: square;
}

.NormalHyperlink
{
	margin-top: 6px;
	font-size:12px;
}