﻿/* Typography
================================================== */
body { 
	font-size: 18px; color:#000000;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 { font-weight:600; }
h1{font-size:2em; color:#1f5b80; margin:0;}
h2{font-size:1.5em; color:#921a1c; margin:0;}	
h3{font-size:1.2em; margin:0;}
h4{font-size:1em;}
h5{}
h6{}
p{}
strong{font-weight:bold;}	
hr{border-color:#1f5b80;}

/* Special Text
================================================== */
blockquote { }
pre, code { }
small { }
em{font-style:italic;}

/* Links
================================================== */
a{color:#1f5b80;}
a:hover{color:#1f5b80;}
a img{}
a:link{}	
a:visited{}	
a img{border:none;}

/* Lists
================================================== */
ol, ul, blockquote {padding-left:3em;}
ul{list-style:outside;}
ol{list-style:decimal;}
ul, ol, dl, p {margin-bottom: .75em; font-size: 1em;}
ul ul{margin-bottom:0px;}

/* Styles
================================================== */
.blue{color:#1f5b80;}
.red{color:#921a1c;}
.align-left{float:left; margin-right:10px;}
.align-right{float:right; margin-left:10px;}
.quote{ padding:5px 5px 6px 5px; color: #1f5b80; text-align:left; display:block; width:90%; margin:0px auto; border-left:5px solid #1f5b80;}

.responsive{
  display: block;
  max-width: 100%;
  height: auto;}

/* #Tables
================================================== */
table{margin-bottom:.75em; width:100%; max-width:100%; }
table td{padding:3px 2px;}
