.super_header {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.header {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.body {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.caption {
	color: #666666;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #E08A11;
}
.blue {
	color: #6F78C0;
}
.green {
	color: #82B010;
}
.pink {
	color: #D3619A;
}
.cyan {
	color: #1A9EA1;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
td.non_repeat {
	background-repeat: no-repeat;
}
td.content {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
td.table_subject {
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px dotted #ccc;
}
td.table_content1 {
	background-color: #EBEBEB;
	border-bottom: 1px dotted #ccc;
}
td.table_content2 {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #ccc;
}