﻿/* Main Stylesheet: Font sizes, headers, paragraphs, etc. */ 

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #394a63;
	line-height: 1.4;
	margin-top: 5px;
	margin-left: -1px;
	margin-right: 5px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12pt;
	background-color: #c8e4fc;
	font-weight: bold;
	color: #4d5a63;
	line-height: 1.1;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}

h3 {
	font-size: 11pt;
	font-weight: 600;
	background-color: #f0e892;
	color: #52586e;
	line-height: 1.1;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
	width: 445px;
}

h4{
	font-size: 10pt;
	font-weight: bold;
	color: #3c4346;
	line-height: 1.2;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}

h5{
	font-size: 10pt;
	font-weight: 600;
	color: #343a35;
	line-height: 1.2;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 7px;
	padding-left: 5px;
}

h6{
	font-size: 9pt;
	font-weight: bold;
	color: #515151;
	line-height: 1;
	margin-top: 25px;
	margin-left: 1px;
	margin-right: 20px;
	margin-bottom: 1px;
}

p { 	
	font-size: 11pt;
	color: #575757;	
	line-height: 16px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: left;
}

form {
    font-size: 10pt;
}
    

.largest {
	font-size: 18px ;
	line-height: normal ;
}

.larger {
	font-size: 15px ;
	line-height: normal ;
}

.larger_reddish {
	font-size: 15px ;
	color: #D50B0B;
	line-height: normal ;
}

.large  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px ;
	line-height: normal ;
}

.small { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.smaller {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
    width: 427px;
}
.stronger {
	font-weight: 800;
	color: #C63604;
}

.insignificant {
	font-size: 70%;
	line-height: 12px;
	color: #888888;
}   

.more_line_space {
	line-height: 1.4;
}

.testimonial {
	padding-bottom: 5px;
	text-indent:-5px;
	font-size: 90%;
	font-weight: 500;
	font-style: Italic;
	color: #222c22;
}

.testimonial_signature {
	padding-left: 5px;
	font-size: 70%;
	font-weight: 500;
	font-style: Italic;
	line-height: 12px;
	text-align: right;
}

.margin_left_none {
	margin-left: 0px;
}

hr 
{
    text-align: center;
    margin-right: 30px;
    border-width: 0;
    height: 1px;
    color: #466f8a;
    margin: 2px, 0px, 2px, 0px;
}

.padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.reddish {
	color: #D50B0B;
}

li.checklist { 
	font-family: Arial, Helvetica, sans-serif; ;
	font-size: 11px;
	font-weight: normal;
	color: #483C30;
	line-height: 1.2;
	list-style-image: url(../images/check_blue.gif);
	list-style-position:outside;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

 li { 
	font-family: Arial, Helvetica, sans-serif; ;
	font-size: 90%;
	font-weight: normal;
	color: #483C30;
	line-height: 1.1;
	list-style-image: url(../images/dot_blue.gif);
	list-style-position:outside;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

 li.red_arrows { 
	font-family: Arial, Helvetica, sans-serif; ;
	font-size: 11px;
	font-weight: normal;
	color: #483C30;
	line-height: 1.1;
	list-style-image: url(../images/arrow_red.gif);
	list-style-position:outside;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

 li.larger_red_arrows { 
	font-family: Arial, Helvetica, sans-serif; ;
	font-size: 11px;
	font-weight: bold;
	color: #483C30;
	line-height: 1.5;
	list-style-image: url(../images/arrow_red.gif);
	list-style-position:outside;
	margin-left: 0px;
	margin-right: 11px;
	margin-bottom: 11px;
}
 li.no_bullets { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #483C30;
	line-height: 1.1;
	list-style-image: url(../images/filler.gif);
	list-style-position:outside;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

.hiddenPic {
	display:none;
}


