﻿@charset "utf-8";
/* Main Stylesheet: Font sizes, headers, paragraphs, etc. */ 

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #004870;
	line-height: 1.4;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #004870;
	line-height: 1.1;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #173950;
	line-height: 1;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}

h4{
	font-size: 9pt;
	font-weight: bold;
	color: #173950;
	line-height: 1.2;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}

p { 	
	font-size: 10pt;
	color: #575757;	
	line-height: 16px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.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%;
}

.stronger {
	font-weight: 800;
	color: #C63604;
}

.insignificant {
	font-size: 70%;
	line-height: 12px;
	color: #888888;
}  

.more_line_space {
	line-height: 1.4;
}

.margin_left_none {
	margin-left: 0px;
}

hr {
	border: 0;
	color: #808080;
	background-color: #999999;
	height: 1px;
	width: 98%;
	line-height: 1px;
}

.padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.reddish {
	color: #D50B0B;
}

li { 
	font-family: Arial, Helvetica, sans-serif; ;
	font-size: 12px;
	font-weight: normal;
	color: #483C30;
	line-height: 1.0;
	list-style-image: url(../images/check_blue.gif);
	list-style-position:outside;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
 
.hiddenPic {
	display:none;
}

