@charset "utf-8";
/* CSS Document */
body{
	background-color: white;
}

p{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
	margin:10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	color:#000
	text-decoration: none;
}

.bigtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	font-stretch:semi-condensed;
	color:#c0202a;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
}

.text_inset {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
	margin-left:20px;
}




