
 
html,body {
	background: lightgrey;
	margin:0px;
	padding:0px;
	font-color: #747474;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#maintable {
	background: white;
	width: 1000px;
}

td {
	font-color: #747474; 
	font-size: 80%
}

th {
	font-color: #747474; 
}

h1, .h1 {
	font-size: 125%;
	color: #336699;
	font-weight: bold;
	margin-top:0px;
	padding-top:0px;
    }

h2, .h2 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	margin-top:0px;
	padding-top:0px;
}

h3 {
    background: white; 
	font-color: #747474; 
	font-size: 100%;
	font-weight: normal;
	}

h4 {
    background: white; 
	font-color: #747474; 
	font-size: 90%;
	}
h5 {
    background: white; 
	font-color: #747474; 
	font-size: 140%;
	font-weight: normal;
	}	

h6 {
    background: white; 
	font-color: #747474; 
	font-size: 70%;
	font-weight: normal;
	}
h7 {
    font-color: #FFFFFF; 
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
	}	
	
p {
	font-size: 100%; 
}
ul {
	list-style:square;
}
li {font-size: 90%}

.section {
	margin-bottom: 2.5em;
/*	border-style: dashed;
	border-width: 1px;
	border-color: green; */
}

img.float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.float-clear {
	clear: both;
}

img.fullwidth {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

table#distributors td {background: white; font-color: #747474; font-size: 90%}
table#camtable td {font-size: 90%}
table#stats td{font-size: 80%}
tr#title td{background-color: #993366; font-color: white; text-decoration: underline;}
tr.title td{background-color: #993366; color: white; text-decoration: underline;}

.hdr-tbl {
	background-color: #993366;
	color: #FFFFFF;
}