/* CSS Document */

.campaign {
	background: #F0F0F0;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.height10 {
	height: 10px;
}

.height20 {
	height: 20px;
}
td.text1{
	padding: 0px 10px 10px;
}
.text2{
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	letter-spacing: 1px;
}
.blue {
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
}
.red {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}
.purple {
	color: #AE00FF;
	font-weight: bold;
	font-size: 12px;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}
.copyright {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-indent: 450px;
}
.hit {
	border: 1px solid #CC0000;
	font-size: 12px;
	line-height: 16px;
	color: #000000;

}
a:link {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	letter-spacing: 1px;
}
a:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	letter-spacing: 1px;
}
a:hover {
	color: #FF0000;
}