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

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body,td,th {
	font-family: Gill Sans, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bold {
	font-weight:bold;
	color: #333333;
}

.content {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 17px;
}

.content_highlight {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.g {color: #0C3C1E;
	font-size: 11px;
	font-weight:bold;
}

.thanks {
	color: #F46424;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

.outside {color: #333333;
	font-size: 11px;
}

.spacer {
	font-size:7px;
}

.feature_lh {color:#000099;}

a:link {
	text-decoration: underline;
	color: #0000CC;
}
a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: underline;
	color: #0000CC;
}

a.sm {
	font-size: 11px;
}
a.sm:link {
	text-decoration: underline;
	color: #0000CC;
}
a.sm:visited {
	text-decoration: underline;
	color: #0000CC;
}
a.sm:hover {
	text-decoration: none;
	color: #000099;
}
a.sm:active {
	text-decoration: underline;
	color: #0000CC;
}
