﻿<!--

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(paper12l.jpg);
}
.oneColFixCtr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(paper12l.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #00F;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header { 
	text-align: center;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.oneColFixCtr #small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #375102;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #375102;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #375102;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #table1 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.table2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 4px solid #375102;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.table4 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0;
	text-align: center;
}

th.special {
	border:4px solid #375102; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000;
} 
th.special1 { 
	border:4px solid #375102;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

tr.special { border:2px solid #375102 ;
} 
td.special {
	border:0px solid #375102;
	padding: 0;
	text-align: center;
}
td.special1 {
	border:0px solid #375102;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #375102;
	background-color: #98B304;
}
th.special2 { 
	border:1px solid #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
th.tiny { 
	border: 1px solid #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:visited {
	color: #375102;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

body,td,th {
	color: #000000;
}

a:visited {
	color: #375102;
}
a:link {
	color: #375102;
}

a:hover {
	color: #98B304;
}

a:active {
	color: #375102;
}

-->
