@charset "UTF-8";
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #CCCCCC;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #CCCCCC;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FF9900;
}
td.center {
	text-align: center;
}
.white {
	color: #CCCCCC;
}

