@charset "UTF-8";
/* CSS Document */


td img {display: block;}

body {
	background-color: #333333;
}
.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
.header {
	color: #0169B2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #0169B2;
}
a:active {
	text-decoration: none;
	color: #333333;
}
