a: {
	color: #FF6600;
 }
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.orange {
	color: #FF6600;
}
.white {
	color: #FFFFFF;
}
.header {
	font-weight: bolder;
	font-size: 14px;
	font-family: sans-serif
}
.body_bold {
	color: #666666;
	font-weight: bolder;
	font-size: 12px;
	line-height: 18px;
	font-family: sans-serif;
	text-align: justify
}
.body {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-family: sans-serif;
	text-align: justify
}
.table_text {
	color: #666666;
	font-size: 10px;
	font-family: sans-serif
}
.caption {
	color: #666666;
	font-size: 10px;
	font-family: sans-serif
}
td.schedule {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 5px;
	border-top: 1px dotted #999;
	border-bottom-color: #fff;
}
td.schedule2 {
	background-color: #ebebeb;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 5px;
	border-top: 1px dotted #999;
	border-bottom-color: #fff;
}
