/* style.css */

body {
	font-family: 'Times New Roman', 'New Century Schoolbook', TimesNR, 'New York',Garamond, Times, serif;
	font-size: 12px;
	white-space: nowrap;
}

td {
	font-family: 'Times New Roman', 'New Century Schoolbook',Times, TimesNR, 'New York',Garamond, Times,serif;
	font-size: 12px;
	color: black;
}

td.black {
	font-family: 'Times New Roman', 'New Century Schoolbook',TimesNR, 'New York',Garamond,Times,serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #231F20; 
}

td.black2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D1C39E;
	background-color: black;
	border-style: solid; 
	border-width: thin; 
	font-size: 11px; 
	font-weight: bold;	
}

td.black2 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #D1C39E;
	font-size: 11px; 
	font-weight: bold;	
}

td.tan {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
	color: black;
	background-color: #D8C7A9;	
}

td.tan2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #D1C39E;
	border-style: solid; 
	border-width: thin; 
	font-size: 11px; 
	font-weight: bold;	
}

td.tan2 a{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px; 
	font-weight: bold;	
}

td.tan3 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #D1C39E;
	border-style: solid; 
	border-width: thin;
	font-size: 10px;
}

h1 	 {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 20px;
	font-weight: normal;
	color: white;
	margin-bottom: 0;
}

h2 	 {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 16px;
	font-weight: normal;
	color: black;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

A:link {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

th {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
}

form {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
	white-space: nowrap;
	}

input {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
}

textarea {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
}

select {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
}

ul {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
}

li {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
}

ol {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
}

.small {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 9px;
}

.big {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Times, TimesNR, Garamond, serif;
	font-size: 12px;
}