@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	background-color: #D6E7EB;
}
.textlarge {
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	background-color: #D6E7EB;
}
.redheadlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
}
.PriceGrid {
	padding: 0px;
	margin: 0px;
	border: 2px solid #636363;
	border-collapse: collapse;
}
.PriceGrid td {
	padding: 5px;
	border: 1px solid #636363;
	text-align: center;
}
.PriceGrid th {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #636363;
	text-align: center;
}
.PriceGrid td.categories {
	padding: 5px;
	border: 1px solid #636363;
	text-align: left;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0E748C;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0E748C;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A97A8;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00758E;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.PopUp {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
