/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 9.5pt; 
  font-family: 'Caudex', sans-serif;
  line-height: 1.3;
  color: #434244;
}

a{
  color: #2e8334;
}

a:hover {
	outline: none;
	color: #539d58;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    color: AntiqueWhite;
    font-size: 170%;
    font-weight: bold;
    padding: 0 0 10px;
}

h2 {
    color: AntiqueWhite;
    font-size: 129%;
    font-weight: bold;
    margin-top: 31px;
    padding: 0 !important;
}

h3 {
    color: darkorange;
    font-size: 167%;
    margin: 21px 0;
    padding: 0 !important;
}

h4 {
    color: Moccasin;
    font-size: 130%;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0 !important;
}

h5 {
	font-size: 90%;
	font-weight: bold;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
  margin-left: 50px !important;
  color: PeachPuff;
}

ul{
    list-style: disc;
    margin-left: 50px !important;
    color: PeachPuff;
}

li {
    margin-bottom: 7px;
}

ul li strong{
        font-size: 107%;
        font-style: italic;
}

p{
    font-size: 100%;
    margin: 10px 0 0 18px;
    padding: 0 !important;
    text-shadow: 1px 1px 10px #000000;
}

strong{
    color: AntiqueWhite;
    font-weight: bold;
}

.indent{
  text-indent: 3em;
  margin-bottom: 10px;
}

.right{
  text-align: right;
}

dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 10px;
    padding-top: 10px;
    text-shadow: 1px 1px 5px #000000;
}

.bold{
  font-weight: bold;
}

.leftfl{
  float: left;
}

.f10pt{
  font-size: 10pt;
}

table tr{
    box-shadow: 0 0 1px silver;
}

table tr th{
color: white;
padding: 3px 10px;
font-size: 100%;
text-align: left;
}

table tr td{
    color: white;
    padding: 3px 10px;
    text-shadow: none;
}

.floatleft{
    float: left;
    margin-right: 37px;
}