@charset "utf-8";
/* CSS Document */

td img {
	display: block;
	}
	
body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #B2BED4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#395877;
	}
	
h2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#395877;
	}

a:link {
	color: #395877;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #395877;
}
a:hover {
	text-decoration: underline;
	color: #395877;
}
a:active {
	text-decoration: none;
	color: #395877;
}
