﻿/* Typography
================================================== */
body { 
	font-size: 14px; color:#000000; font-family: Verdana, sans-serif;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 { font-weight: 100; font-family: Georgia;}
h1{font-size:2em; color:#d3594a; margin:2px;}
h2{font-size:1.5em; color:#6e5035; margin:2px;}	
h3{font-size:1.2em; margin:2px;}
h4{font-size:1.2em;}
h5{}
h6{}
p{}
strong{font-weight:bold;}	
hr{border-color:#bb8528;}

/* Special Text
================================================== */
blockquote { }
pre, code { }
small { }
em{font-style:italic;}

/* Links
================================================== */
a{color:#a5130c;}
a:hover{color:#a5130c;}
a img{}
a:link{}	
a:visited{}	
a img{border:none;}

/* Lists
================================================== */
ol, ul, blockquote {}
ul{list-style:outside;}
ol{list-style:decimal;}
ul, ol, dl, p {margin-bottom: .75em; font-size: 1em;}
ul ul{margin-bottom:0px;}

/* Styles
================================================== */
.yellow{color:#e5cd71;}
.gold{color:#bb8528;}
.red{color:#d3594a;}
.quote{ padding:0 5px; text-align:left; border-left:5px solid #e5cd71; color:#bb8528; display:block; width:90%; margin:6px auto;}

/* #Tables
================================================== */
table{margin-bottom:.75em; width:100%; max-width:100%;}
table td{padding:3px 2px;}
