﻿<!--

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 #tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

.oneColFixCtr #small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #754702;
}

.oneColFixCtr #large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #00005B;
}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #754702;
}

.oneColFixCtr #maintext {
	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 #754702;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.oneColFixCtr #table3 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 10px ridge #F79706;
	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 #754702; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000;
} 
th.special1 { 
	border:10px solid #754702;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

tr.special { border:2px solid #754702 ;
} 

td.special {
	border:0px solid #754702;
	padding: 0;
	text-align: center;
}

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;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

a:visited {
	color: #754702;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

body,td,th {
	color: #000000;
}
a:link {
	color: #754702;
}
a:active {
	color: #754702;
}



-->

