body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.whiteheader {
	color: white;
	background-color: #060;
	font-weight: bold;
	padding: 5px;
}

.whiteheaderlg {
	color: white;
	background-color: #060;
	font-weight: bold;
	padding: 5px;
	font-size: 17pt;
}

.bold {
	font-weight: bold;

}

.smallheader {
	color: #060;
	font-weight: bold;
	
}

.tdbordered {
	border: 1px solid black;
}

.smalltext {
	font-size: 9pt;
}

.price {
	color: #060;
	font-weight: bold;
	font-size: 14pt;
}

#style1 a {
	background-color: #060;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	padding:2px;
	text-decoration: none;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 1px solid black;
	margin: 1px;
	
}

#style1 a:hover {
	background-color: yellow;
	color: #060;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
	
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #060;
	margin: 2px;
}