.bodytext {
	font-family: "verdana", "Times New Roman", "Times, serif";
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	text-decoration: none; 
	}
	
	

body {
	font-family: verdana;
	font-size: 12px;
	}

input {
	border: 1px solid black;
	background-color: white;
}

#outline {
	font-size: 12px;
}

#textarea
{
	vertical-align: top;
	width: 350px;

}

#note
{
	border: 1px solid black;
	width: 400px;
	height: 200px;
}

#SignPetition
{
	height:200;
	font-family: verdana;
	font-size: 12px;
}

#TellOthers
{
	height:250;
	font-family: verdana;
	font-size: 12px;
}

#SendLetter
{
	height:200;
	font-family: verdana;
	font-size: 12px;
}

.Button
{
	border: 1px solid ffcc33;
	background-color: black;
	width: 150px;
	height: 30px;	
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	color: #ffcc33;
}


#RightPanel
{
	padding-left: 10px;
}

#LeftPanel
{
	border-right: 1px solid black;
	padding-right: 20px;
	font-family: verdana;
	font-size: 12px;
	vertical-align: top;
}

