td {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.red {
	color: #CC0000;
}
.text10 {
	font-size: 10px;
	line-height: 18px;
}
.orange {
	font-size: 10px;
	color: #FFCC00;
}
.green {
	color: #006666;
}
a:link {
	color: #006666;
	text-decoration: underline;
}
a:visited {
	color: #006666;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #006666;
}
h1 {
	font-size: 15px;
	color: #006666;
}
h2 {
	font-size: 13px;
	color: #CC0000;
}
a.pink:link {
	color: #FF3366;
	text-decoration: underline;
}
a.pink:visited {
	color: #CC6666;
	text-decoration: underline;
}
a.pink:hover {
	color: #FF3366;
	text-decoration: underline;
}
a.orange2:link {
	color: #FF6600;
	text-decoration: underline;
}
a.orange2:visited {
	color: #CC6600;
	text-decoration: underline;
}
a.orange2:hover {
	color: #FF6600;
	text-decoration: underline;
}
.ex_table {
	margin: 2px;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}

