td {
	font: 12px arial;
}
.small {
	font: 11px arial;
}
.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
img.bordered {
	border: 1px #e5e5e5 solid;
}
a:link {
	color: #5bb900;
	text-decoration: underline;
}
a:visited {
	color: #5bb900;
	text-decoration: underline;
}
a:hover {
	color: #20a3eb;
	text-decoration: underline;
}
a.white:link, a.white:visited, a.white:hover  {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.black:link, a.black:visited, a.black:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.blank {
	color: #FFF;
}
h1 {
	font: italic 18px geneva, arial;
	font-weight: bold;
	color: #009;
	margin: 2 0 10 3;
	text-transform: uppercase;
}
h2 {
	font: italic 16px geneva, arial;
	font-weight: bold;
	color: #009;
	margin: 2 0 5 3;
}
ul {
	text-align: justify;
	list-style-type: square;
}
#price {
	background-color: #001b62;
}
#price th {
	background-color: #4a66b3;
	font: 12px arial;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5 5 5 5;
}
#price td {
	background-color: #ffffff;
	font: 11px arial;
	color: #3d3d3d;
	padding: 5 5 5 5;
}
