﻿html {
	font-size: 14px;
	}
	
body {
	background-color: #F1daa7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	max-width: 1200px;
	}

.center
	{
	text-align: center;
	}
	
.center-red
	{
	text-align: center;
	color: #CC3300;
	}

.red
	{color:#CC3300;
	}
	
.stdline
	{
	color: black;
	size: .4em;
	}
	
.sm-font
	{
	font-size: .8em;
	}
	
.two-font
	{
	font-size: 1.0em;
	}
	
table
	{
	font-size: 1em;
	border: 0.0pt;
	width: 95%;
	margin: 0.5em;
	}


p
    {
    font-size: 1em;
    }
    
h1 {
	font-size: .6em;
}

h2
	{
	font-size: 1em;
	}

h3  
	{
	font-size: 1.2em; }

h4  
	{
	font-size: 1.6em;
	}
div
	{
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:Arial,sans-serif;
	margin-left:0in; margin-right:0in; margin-top:0in
	}

pre
	{
		font-family:Arial, Helvetica, sans-serif;
	}

#spotter {
	font-size: 10pt;
	border-color: black;
	}
th {
	background-color: #daa520;
	color: #2055da;
	}

.no-marker
	{
	list-style-type: none;
	margin-bottom: 0.5em;
	}

ul {
	font-family: Arial,sans-serif; font-size: 1em;
	}
	
li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 0.0em;
	}
li li {
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 0.0em;
	}

ul.dec {list-style-type: decimal;
	}