/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body a { text-decoration: underline; color: #000000; }
body a:hover { text-decoration: none; color: #000080; }

p, li, td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}
p a { text-decoration: underline; color: #000000; }
p a:hover { text-decoration: none; color: #000080; }
li a { text-decoration: underline; color: #000000; }
li a:hover { text-decoration: none; color: #000080; }
td a { text-decoration: underline; color: #000000; }
td a:hover { text-decoration: none; color: #000080; }

H1 { font-size: 18pt; font-weight: bold;}
H2 { font-size: 14pt; font-weight: bold; color: #000080; }
H3 { font-size: 10pt; font-weight: bold; color: #000080; }

.purpleMenu {
	width:619px;
	height:23px;
	background-image: url(images/menuBackgroundTop.gif);
	background-repeat: repeat-x;
	color: #f0f0f0;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	vertical-align: middle;
}
.purpleMenu a { color: #f0f0f0; text-decoration: none;}
.purpleMenu a:hover { color: #303030; text-decoration: none;}
.purpleChoice {
	padding-left:15px;
	padding-right:55px;
	float: left;
}
.greenMenu {
	background-color:#60aa20;
	width:619px;
	height:20px;
	color: #f0f0f0;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-top: 3px;
	padding-bottom: 1px;
	text-transform: uppercase;
	vertical-align: middle;
}
.greenMenu a { color: #f0f0f0; text-decoration: none;}
.greenMenu a:hover { color: #303030; text-decoration: none;}
	
.greenChoice {
	padding-left:40px;
	padding-right:0px;
	float: left;
}
.copyright {
	font-size: 7pt;
	color: #000000;
	font-style: italic;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.copyright a {
	text-decoration: underline;
	color: #000000;
}
.copyright a:hover {
	text-decoration: none;
	color: #000080;
}
.testimonials {
	padding-top: 10px;
	font-style: italic;
	text-align: center;
}
.purpleList {
	list-style-image: url(images/dotsPurpleWhite.gif);
	}
.yellowList {
	list-style-image: url(images/dotsYellowWhite.gif);
	}
.blueList {
	list-style-image: url(images/dotsBlueWhite.gif);
	}
.greenList {
	list-style-image: url(images/dotsGreenWhite.gif);
}
.complimentarySession { font-size: 10pt; font-weight: bold; color: #000080; }
.complimentarySession a { color: #000080; }
.complimentarySession a:hover { color: #60aa20; text-decoration:none; }