body{
	margin:0;
	margin: auto;
	background: #22AEEB;
}
div.text, div.text_footer{
	margin: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #03337F;
	font-weight: normal;
	font-size: 13px;
}
div.text_footer{
	color: White;
}
a.img {
	margin: 2px;
	border: 1px solid #03337F;
	display: block;
}
a.img:hover {
	margin: 2px;
	border: 1px solid #6DB6E8;
	display: block;
}

a:link {
	color: #03337F;
	text-decoration: underline;
}
a:visited {
	color: #03337F;
	text-decoration: underline;
}
a:active {
	color: #03337F;
	text-decoration: underline;
}
a:hover {
	color: #03337F;
	text-decoration: none;

}
a.footer:link {
	color: White;
	text-decoration: underline;
}
a.footer:visited {
	color: White;
	text-decoration: underline;
}
a.footer:active {
	color: White;
	text-decoration: underline;
}
a.footer:hover {
	color: White;
	text-decoration: none;
}
.font {
	color:#000000;
	font-family: 'Tahoma', Tahoma, Verdana;
    font-size: 13px
}
A:hover {
	text-decoration: none;
}

a.thumb {margin:2px;}

/* helpers and tweaks */
.clear { clear:both; }


