﻿body {
	background-color:White;
	font-family : Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	font-size:10pt;
	color: black;
	background-repeat : repeat-y;
	
}

table {
	font-family : Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	font-size:10pt;
	color: black;
	background-color : White;
}

td {
	font-family :  Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	font-size:10pt;
	color: black;
	background-color:white;
}

A {
	color: #336600;
}

A:HOVER {
	color: #B22222;
}

A:ACTIVE {
	color: Green;
}

.tinytext {
	font-size:xx-small;
	}


A:VISITED {
	color: #336633;
}

h1 {
	font-size : medium;
	font-style : normal;
	font-weight : bold;
	font-family :  Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	color: #336600;
}

.header {
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	font-family : Georgia, "Book Antiqua", "Times New Roman", Times, serif;
}
.indentRates{
	margin-left: 15px;
}

.indentPage {
	margin-left:25px;
	margin-top:0;
	margin-right:0px;
	padding-top:0px;
	padding-left: 0px;
}

.letterIndent {
	margin-right:8px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:4px;
	padding:0px;
	float: left;
}

.textBox {
	border: thin;
	border-color: #FF7F50;
	width: 125px;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	font-family :  "Book Antiqua", "Times New Roman", Times, serif;
	color: #006600;
	background-color: White;
}

.indentIntro{
	margin-left : 50px;
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: black;;
	font-size:16px;
	font-weight : bold;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	border-color: #CD853F;
	border-bottom-width : medium;
	border-left-width : medium;
	border-right-width : medium;
	border-style : groove;
	border-top-width : medium;
	background-color: White;
}
.centered {
	text-align: center;
}
.normalFont {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: normal;
}
