@charset "utf-8";
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #544747;
}
.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #00729d;
	font-family: Arial, Helvetica, sans-serif;
}
.navigation {
	font-size: 14px;
}
a.navigation:link {
	font-size: 14px;
	color: #544747;
	text-decoration: none;
}
a.navigation:visited {
	font-size: 14px;
		color: #544747;
	text-decoration: none;
}
a.navigation:hover {
	font-size: 14px;
	color: #00729d;
	text-decoration: none;
}
a:link {
	color: #3337ab;
}
a:visited {
	color: #3337ab;
}
a:hover {
	color: #00729d;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
a.footer:link {
	color: #ffffff;
}
a.footer:visited {
	color: #ffffff;
}
a.footer:hover {
	color: #00729d;
}
.style1 {
	font-weight: bold;
	font-size: 14px;
}
body {
background-color: transparent
} 