/* Typography
================================================== */
body { 
	font: 16px "Georgia", "Times New Roman", Times, serif;
	color:#313131;
	line-height:1.25em;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: "Georgia", "Times New Roman", Times, serif; font-weight:600; line-height:1.35em; color:#9a1c1f;}
h1{font-size:2em;}
h2{font-size:1.75em;}	
h3{font-size:1.5em;}
h4{font-size:1.25em;}
h5{}
h6{}
p{}
strong{font-weight:bold;}	
hr{}

/* Special Text
================================================== */
blockquote { }
pre, code { }
small { }
em{font-style:italic;}

/* Links
================================================== */
a{color:#151414; text-decoration:underline;}
a:hover{}
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
================================================== */
.align-left{float:left; margin-right:10px;}
.align-right{float:right; margin-left:10px;}
.blue{color:#0062b0 !important;}
.no-border{border:none !important;
  -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important}

/* #Tables
================================================== */
table{margin-bottom:.75em; width:100%; max-width:100%; }
table td{padding:3px 2px;}

