body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#MainTable {
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}
#sidebar {
	float: right;
	width: 150px;
	font-weight:bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	}
#sidebar a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#990000;
	letter-spacing:0.1em;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color:#000000;
	text-decoration: underline;
}
h1 {
	font-weight:bold;
	color: #990000;
	font-size: 140%;
}
h2 {
	color: #990000;
	font-size: 120%;
}
h3 {
	color:#333333;
	font-size: 100%;
}
.strong {
	font-weight: bold;
}
#live {
	padding:10px;
}
.sidebarTitle {
	color:#FFFFFF;
	font-size:120%;
}
.bolditalic {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}
.bolditalicNormalSize {
	font-style: italic;
	font-weight: bold;
}
.petitionSig {
	font-size: 80%;
	color: #666666;
}
.RuleBottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.RuleTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.small {
	font-size: 90%;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #99004E;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#insert {
	float:right;
	width:360px;
	border: solid 1px black;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #999999;
	color: #FFFFFF;
	margin-left: 10px;
	text-align: center;
}
