body {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header {
	color: #6699CC;
	font-size: 16px;
	font-weight: bold;
}
.subheader {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}
.bodytext {
	font-size: 12px;
	line-height: 20px;
}
.caption {
	color: #CCCCCC;
	font-size: 10px;
	line-height: 12px;
}
.footer {
	color: #CCCCCC;
	font-size: 10px;
	line-height: 12px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
th, td, ul, ol, li {
	font-size: 12px;
	line-height: 20px;
}
td.subject {
	background-color: #DDDDDD;
	border-bottom: 1px dotted #FFFFFF;
}
td.content {
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 5px;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
ul {
	list-style: square outside;
}
li {
	margin-top: 4px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
a:active {
	color: #6699CC;
	text-decoration: underline;
}
