body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #044771;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.txt-bold{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #c0dcee;
}
a:link {
	color: #c0dcee;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c0dcee;
}
a:hover {
	text-decoration: none;
	color: #7ebbe2;
}
a:active {
	text-decoration: underline;
}