/* global */
body {
	background: #F2DBC2;
	background-image:url('/images/paper.jpg');
	font-size: 10pt;
	color: #3F0000;
	font-family: arial, helvetica, sans-serif; 
}

.headline {
	font-size: 13pt;
	font-weight: bold;
}

.small {
	font-size: 8pt;
	color: #3F0000;
	font-family: arial, helvetica, sans-serif; 
}

td {
	font-size: 10pt;
	color: #3F0000;
	font-family: arial, helvetica, sans-serif; 
}

td.rule {
	background: #3F0000;
	color: #3F0000;
}

td.left {
	padding-left:5px;
}

table.petition {
	border-collapse: collapse;
}
td.petition {
	border: 1px solid #BC9367;
	padding: 3px;
}
td.petitionheader {
	border: 1px solid #BC9367;
	padding: 3px;
	font-weight: bold;
}

a:link {color: #3F0000;	background: transparent;}
a:visited {color: #3F0000; background: transparent;}
a:hover {color: #900; background: transparent;}

