body {  
	font-family: 'Segoe UI', Arial, Verdana, sans-serif;
	font-size:medium;
}
body p { 
	font-family: 'Segoe UI', Arial, Verdana, sans-serif;
	font-size:mediumx;
	margin-bottom: 10pt; 
}
body h1 {  
	font-size: x-large; 
	font-weight: bold;
	color:#5c8856;
}

body h2 {  
	font-size: x-large; 
	font-weight: bold;
	color:#004459;
}

body h3 {  
	font-size: large; 
	
	font-weight: bold;
	color:#5c8856;
}

body h4 {  
	font-size: large; 
	font-weight: bold;
	color:#004459;
}

body h5, body #html-content-1 h2 {  
	font-size: medium; 
	font-weight: bold;
	color:#5c8856;
}

body h6 {  
	font-size: medium; 
	font-weight: bold;
	color:#004459;
}

a, a:active, a:visited { 
	color:#5C8856; 
	text-decoration: none;
	font-weight:bold; 
}

a:hover { 
	color:#00414F;
	text-decoration: underline; 
}
em, i { 
	font-style: italic; 
}

strong, b { 
	font-weight: bold; 
}
body ul, body ol {
	margin-bottom:10px;
	margin-left:15px;
}
li {
	line-height:125%;
	font-size:medium;
	margin-left:5px;
}
ul li{
	list-style:disc outside none;
}
ul ul{
	margin-bottom:0;
}
ul ul li{
	list-style-type:circle;
}
ul ul ul {
}
ul ul ul li{
	list-style-type:square;
}
ul ul ul ul li{
	list-style-type:circle;
}
ul ul ul ul ul li{
	list-style-type:disc;
}
ol li{
	list-style:decimal outside none;
}
ol ol{
	margin-bottom:0;
}
ol ol li {
	list-style-type: upper-alpha;
}

ol ol ol li{
	list-style-type: upper-roman;
}
ol ol ol ol li{
	list-style-type: lower-alpha;
}
ol ol ol ol ol li{
	list-style-type: lower-roman;
}
sub{
	vertical-align:sub;
}
sup{
	vertical-align:super;
}

blockquote{
	float: right;
	width:30%;
	padding:15px;
	color:#fff;
	margin:10px 20px;
	font-style:italic;
	background:#004459;
}
blockquote p, blockquote a{
	color:#fff;
}
blockquote a:hover{
	color:#CBCBCB;
}
blockquote h1, blockquote h2, blockquote h3, 
blockquote h4, blockquote h5, blockquote h6{
	color:#fff;
	border-bottom:1px dotted #fff;
	border-bottom: 1px dotted rgba(255,255,255,.5);
}
img {
	max-width:100%;
}
.gm-style img{
	max-width:none;
}
table{
	table-layout:fixed;
}

div.blue-block-content{
	float: right;
	width:30%;
	padding:0 15px;
	color:#fff;
	margin:10px 0 10px 1.5%;
	font-style:italic;
	background:#004459;
}
div.blue-block-content p, div.blue-block-content a{
	color:#fff;
}
div.blue-block-content a:hover{
	color:#CBCBCB;
}
div.blue-block-content h1, div.blue-block-content h2, div.blue-block-content h3, 
div.blue-block-content h4, div.blue-block-content h5, div.blue-block-content h6{
	color:#fff;
	border-bottom:1px dotted #fff;
	border-bottom: 1px dotted rgba(255,255,255,.5);
}
@media(max-width:767px){
	body div.blue-block-content{
		width:auto;
		float:none;
		margin:0 0 10px;
		overflow:hidden;
	}
}