/* ============================================================================= */
/*                                  Text Styles                                  */
/* ============================================================================= */

.Title
{
	padding-top: 10px;
	font-weight: bold;
	font-size: 12pt;
	color: #556b2f;
	font-family: Arial; /* float: left; */
}


.DottedLine
{
	border-top: #d3d3d3 2px dotted;
	border-right: #d3d3d3 2px dotted;
	border-left: #d3d3d3 0px dotted;
	border-bottom: #d3d3d3 0px dotted;
	margin-top: 7px;
	margin-bottom: 8px;
}



.ExceptionDetails
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #dc143c;
	font-family: Arial;
}

.NormalText
{
	font-family: Verdana;
	font-size: 12px;
	color: #5E6B79;
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #006699;
	font-weight: normal;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A0A050;
	font-weight: normal;
}

h3
{
	font-family: Helvetica;
	font-size: 16px;
	color: #898945;
	font-weight: normal;
	line-height: 23px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #669999;
	font-weight: normal;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #00496C;
}

.footertext
{
	padding: 10px;
	font-size: 10pt;
	font-family: Arial;
	color: gray;
	line-height: 20pt;
}

P
{
	font-weight: normal;
	color: #6D6C6B;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
}

.boldtext
{
    font-weight: bold;
    font-family: Tahoma;
    font-size: 14px;
}
.niftybox P
{
	font-size: 14px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

.Quote P
{
	color: #86592D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

/* ============================================================================= */
/*                                 Bulleted Lists                                */
/* ============================================================================= */



.TickList, .TickListPadded, .CrossList, .CrossListPadded, .BulletList
{
	padding-left:40px;
}

.TickList ul, .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: 5px;
	vertical-align: middle;
	font-size: 14px;
	color: #336699;
	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;
}

.CrossList ul, .CrossListPadded ul
{
	font-weight: normal;
	font-size: 10pt;
	color: #696969;
	font-family: Arial;
	list-style-position: outside;
	list-style-image: url(../Images/False.jpg);
	vertical-align: middle;
}


.CrossList li
{
	padding-left:20px;
	margin-bottom:5px;	
}

.CrossListPadded li
{
	padding-left:20px;	
	margin-bottom:20px;	
}

.BulletList
{
	font-weight: normal;
	font-size: 12pt;
	color: #006699;
	font-family: Arial;
	list-style-position: outside;
	list-style-type: square;
}

