body {  
	font-family: segoe ui, Arial, sans-serif; 
	font-size: 14px;
}
p { font-family: segoe ui, Arial, sans-serif;  font-size: 14px;  margin-bottom: 10pt; }
img{
	max-width:100%;
}
.gm-style img{
	max-width:none;
}
h1 {  
	font-size: 24px; 
	font-weight: bold;  
	color: #0053A5;
	margin: 5px 0;
}

h2 {  
	font-size: 20px; 
	font-weight: bold; 
	color: #434343; 
	margin: 5px 0;
}

h3 {  
	font-size: 18px; 
	color: #0053A5;
	margin: 5px 0; 
}

h4 {  
	font-size: 16px; 
	font-weight: bold; 
	color: #0053A5; 
	margin: 5px 0;
}

h5 {  
	font-size: 16px; 
	color: #0053A5; 
	margin: 5px 0;
}

h6 {  
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	margin: 5px 0;
}

h6 a {
	color: #fff!important;
}
a, a:active, a:visited { 
	color:#0075e9; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover { 
	color:#0053A5; 
	text-decoration: underline; 
}

em, i { font-style: italic; }
strong, b { font-weight: bold; }
ul li {
    list-style-type: disc;
}
ul, ol {
    margin: 0 0 10pt 20px;
}
ul ul, ol ol{
	margin-bottom:0;
}
ol li {
    list-style: decimal outside none;
}
ul ul li{
	list-style-type:circle;
}
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 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;
}
.center{ text-align:center; }
.button, .button1{
	padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.button1{ background:#0053a5; }
.button1:hover{ background:#0066ca; color:#fff; text-decoration:none; }
.cancel-button, .button3{ background:#4d1216; }
.cancel-button:hover, .button3:hover{ background:#751b21; color:#fff; text-decoration:none; }