@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(ca_logo.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}



.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.title {
	font-size: 18px;
}
.red {
	color: #990000;
	font-size: 22px;
}
.redbg {
	background-color: #990000;
	border: 1;
	border-color: #FF0000;
	outline-color: #FF0000;
}
.police {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFCC33;
}
.policeBig {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #FFCC33;
	font-weight: bold;
}
