﻿/* Typography
================================================== */
body { 
	font-size: 16px; color:#000000;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 { font-weight:600; }
h1{font-size:2em; margin:2px;}
h2{font-size:1.5em; margin:2px; color:#7a1e25;}	
h3{font-size:1.2em; margin:2px; color:#747373; font-style: italic;}
h4{font-size:1.2em;}
h5{font-size:1.2em; font-weight: normal;}
h6{}
p{}
strong{font-weight:bold;}	
hr{border-color:#7a1e25;}

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

/* Links
================================================== */
a{color:#7a1e25;}
a:hover{color:#7a1e25;}
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
================================================== */
.grey{color:#747373;}
.red{color:#7a1e25;}
.quote{ padding:5px 5px 6px 5px; color:#555555; text-align:left; display:block; width:90%; margin:0px auto; border-left:5px solid #7a1e25; }

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