a {
	color: #99ccff;
	text-decoration: none;
}
a:link {
	color: #99ccff;
	text-decoration: none;
}
a:hover {
	color: #99ccff;
	text-decoration: underline;
}
a:active {
	color: #33ccff;
	text-decoration: underline;
}
a:visited {
	color: #33ccff;
	text-decoration: underline;
}
body {
	color: #ffffff;
	font-size: 12px;
	font-family: "Trebuchet MS", sans-serif;
	background-color: white;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #99ccff;
}
.header {
	color: #99ccff;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
}
.header_sc {
	color: #99ccff;
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
}
.bodytext {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-family: "Trebuchet MS", sans-serif;
}
.bodytext_sc {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-family: sans-serif;
}
.tabletext {
	color: #ffffff;
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
}
.tabletext_sc {
	color: #ffffff;
	font-size: 11px;
	font-family: sans-serif;
}
.caption {
	color: #ffffff;
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
}
.caption_sc {
	color: #ffffff;
	font-size: 10px;
	font-family: sans-serif;
}
td.subject {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 5px;
	border-top: 1px dotted #666666;
	border-bottom-color: #ffffff;
}
