a:active {  color: #FF3300; text-decoration: none}
a:link {  color: #FF3300; text-decoration: none}
a:visited {  color: #FF3300; text-decoration: none}
a:hover {  color: #3399FF; text-decoration: none}

.subhead {
	color: #1B324B;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1B324B;
	font-size: 12px;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content {
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: double;
	border-color: #FF3300;
	padding: 10px;
	width: 726px;
}

.quote {
	font-size: 11px;
	color: #003333;
}
.footer {
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
}

.thumbnail {
	cursor: pointer;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #FF3300;
}

.redborder {
	border-style: solid;
	border-width: 1px;
	border-color: #FF3300;
}
.whiteborder {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}