.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
a:link {
	color: #070481;
	text-decoration: none;
}
a:visited {
	color: #070481;
	text-decoration: none;
}
a:hover {
	color: #070481;
	text-decoration: underline;
}
.blue {
	color: #070481;
}
img.bordered {
	border-bottom: #009CFF 1px solid ;
	border-left: #009CFF 1px solid;
	border-top: #009CFF 1px solid;
	border-right: #009CFF 1px solid;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
