/* =================================================

GLOBAL PAGE ELEMENTS

================================================= */

body {
	background-image: url(images/ltbluebkg.jpg);
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* =================================================

GLOBAL TEXT

================================================= */


.DoubleSpaceBodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 150%;
	list-style-type: square;
	}

.DoubleSpaceBodyCopy a:link { text-decoration: underline; color:#666666; }
.DoubleSpaceBodyCopy a:visited { text-decoration: underline; color:#999999; }
.DoubleSpaceBodyCopy a:hover { text-decoration: underline; color:#CE1C27; }
.DoubleSpaceBodyCopy a:active { text-decoration: underline; color:#FF0000; }

/* ========== */

.SingleSpaceBodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	list-style-type: square;
    }

.SingleSpaceBodyCopy a:link { text-decoration: underline; color:#666666; }
.SingleSpaceBodyCopy a:visited { text-decoration: underline; color:#999999; }
.SingleSpaceBodyCopy a:hover { text-decoration: underline; color:#CE1C27; }
.SingleSpaceBodyCopy a:active { text-decoration: underline; color:#FF0000; }

/* ========== */

.BottomTextNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-position: inside;
	list-style-type: square;
	color: #262684;
	padding-top: 10px;
	padding-bottom: 10px;
    }

.BottomTextNav a:link { text-decoration: underline; color:#5959B8; }
.BottomTextNav a:visited { text-decoration: underline; color:#999999; }
.BottomTextNav a:hover { text-decoration: underline; color:#262684; }
.BottomTextNav a:active { text-decoration: underline; color:#262684; }

/* ========== */

.CopyrightContact_Text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #BFE8FF
    }

.CopyrightContact_Text a:link { text-decoration: underline; color:#BFE8FF; }
.CopyrightContact_Text a:visited { text-decoration: underline; color:#BFE8FF; }
.CopyrightContact_Text a:hover { text-decoration: underline; color:#BFE8FF; }
.CopyrightContact_Text a:active { text-decoration: underline; color:#BFE8FF; }



/* =================================================

PAGE AND SECTION PARAGRAPH TEXT HEADERS

================================================= */

.BlueSectionHeads {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: bold;
    color: #262684;
	margin-left: -20px;
    }

.BlueParagraphHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    color: 262684;
    }

.RedSectionHeads {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: bold;
    color: #C51A26;
	margin-left: -20px;
    }

.RedParagraphHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    color: #CE1C27;
    }

.GreenSectionHeads {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: bold;
    color: #1F5217;
	margin-left: -20px;
    }

.GreenParagraphHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    color: #235315;
    }

.OrangeSectionHeads {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: bold;
    color: #F18412;
	margin-left: -20px;
    }

.OrangeParagraphHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    color: #F18412;
    }
