body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

td
{
	font-size:10pt;
}

.formCell
{
	background-color:#cccce4;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tableHeading
{
	font-weight:bold;
	background-color:Navy;
	color:White;
}

.borderedTable
{
	border:solid 1pt Navy;
}

.pageTitle
{
	font-size:12pt;
	font-weight:bold;
}

.gridlined
{
	border-bottom:solid 1pt #cccce4;
	padding-bottom:0;
	margin-bottom:0;
}

.votingTab
{
	border-style: solid;
	border-width: 1pt;
	border-color: Navy;
	color: Navy;
	font-weight:bold;
	padding:5;
	height:10;
}

.selectedVotingTab
{
	border-style: solid;
	border-width: 1pt;
	border-color: Navy;
	background-color: Navy;
	color:White;
	font-weight:bold;
	padding:5;
	height:10;
}

.disabledVotingTab
{
	border-style: solid;
	border-width: 1pt;
	border-color: Navy;
	color:Gray;
	background-color:#eeeeee;
	font-weight:bold;
	padding:5;
	height:10;
}

.votingTab A
{
	color: Navy;
}

.selectedVotingTab A
{
	color:White;
}
