a:link {
color: #305392;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #305392;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #305392;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #305392;
background-color: transparent;
text-decoration: none;
}

a.nav:link {
color: #000;
background-color: transparent;
text-decoration: none;
}
a.nav:visited {
color: #000;
background-color: transparent;
text-decoration: none;
}
a.nav:hover {
color: #000;
background-color: transparent;
text-decoration: underline;
}
a.nav:active {
color: #000;
background-color: transparent;
text-decoration: none;
}

td {
	font-family: verdana, arial;
	font-size: 12px;
}

td.content {
	padding: 10px;
	padding-right: 40px;
	padding-top: 0px;
	vertical-align: top;
	width: 100%;
}

td.navigation {
	background-color: #a4b8d9;
	font-size: 11px;
	text-align: center;
	color: #fff;
}

td.left {
	background-color: #a4b8d9;
	width: 186px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	border: 0px;
}