/* CSS Document */

body {
	background-color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px;
}

a:link,a:active,a:visited {
	color:#b50104;
	text-decoration:underline;
}

a:hover,a:visited:hover,a:link:hover {
	color:#000000;
}

.txt {
	font-size:11px;
}

.head1 {
	color:#b50104;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.head2 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.pgheader {
	color:#fff;
	background-color:#595959;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#bottom {
	color:#ffffff;
	font-size:11px;
}

#bottom a:link,a:visited,a:active {
	color:#ffffff;
	text-decoration:underline;
}