@charset "UTF-8";

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #000000;
}
a:link {
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: lighter;
	color: #383838;
	text-decoration: none;
}
a:hover {
	font-weight: lighter;
	color: #383838;
	text-decoration: underline;
}
a:active {
	font-weight: lighter;
	color: #444444;
	text-decoration: underline;
}
a.on:link {
	font-weight: bold;
	color: #383838;
	text-decoration: underline;
}
a.on:visited {
	font-weight: bold;
	color: #383838;
	text-decoration: underline;
}
a.on:hover {
	font-weight: bold;
	color: #383838;
	text-decoration: underline;
}
a.on:active {
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}
body {
	background-color: #666666;
}
td {
	line-height: normal;
	vertical-align: top;
}
img {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
