.detail {
	font-size: 12px;
	color: #333333;
}
.header1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.LinkOnRedBg {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.LinkOnWhiteBg {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.foot {
	font-size: 10px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
a:active {
	background-color: #CCCCCC;
	text-decoration: none;
}
.header2 {

	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.LinkOnWhiteBgTxtBlack {

	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}

