﻿.title {
	font-size: large;
	color: #008000;
	font-weight: bold;
}
.highlight {
	font-size: medium;
	color: #008000;
	font-weight: bold;
}
.fineprint {
	font-size: x-small;
}
body {
	margin: 2px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
td.hdr1 {
	width: 1px;
	height: 119px;
	white-space: nowrap;
	vertical-align: top;
}
td.hdr2 {
	height: 39px;
	text-align: center;
	color: #008000;
	font-weight: bold;
}
td.hdr3 {
	height: 53px;
	white-space: nowrap;
	color: #008000;
	font-weight: bold;
}
td.hdr4 {
	height: 53px;
	white-space: nowrap;
	text-align: center;
	color: #008000;
	font-weight: bold;
}
td.hdr5 {
	height: 19px;
}
table {
	border: 0px;
	text-align: left;
}
table.plan {
	border: 0px;
	text-align: left;
	width: 600px;
}
table.header {
	border: 0px;
	width: 100%;
	height: 123px;
}
img {
	border: 0px;
	height: auto;
	width: auto;
}
div {
	text-align: center;
}
a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: purple;
	font-weight: bold;
	text-decoration: none;
}
ul.red {
	list-style-image: url('images/rd_ball.gif');
	text-align: left;
}
ul.grn {
	list-style-image: url('images/ballsm.gif');
	text-align: left;
}
ol {
	list-style: decimal;
}
hr {
	color: #008000;
}
