@charset "utf-8";
.Header {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

body {
	background-color: #AAAAAA;
	background-image: url(images/grid_bg-3.gif);
	background-repeat: repeat;
}

td img {display: block;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0B1366;
}

td img {display: block;}td img {display: block;}

a:link {
	color: #0B1366;
	text-decoration: none;
}
a:visited {
	color: #0B1366;
	text-decoration: none;
}
a:hover {
	color: #016DD9;
	text-decoration: underline;
}
a:active {
	color: #016DD9;
	text-decoration: none;
}


