body
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 5px;
}

td
{
	font-size: 0.9em;
}

th
{
	font-size: 0.9em;
}


.form
{
    /* form-specific styles */
}

/* ************ header ************ */

#header
{
	margin: 0 0 1ex 0;
}

.superHeader 
{
	background-color: #ffffff;
	color: #000000;
	text-align: Right;
	font-size: 0.9em;
	font-weight: bold;
}

.superHeader a
{
	font-size: 0.9em;
	color: #000000;
	background-color: Transparent;
	text-decoration: none;
}

.superHeader a:hover
{
	color: blue;
}

.midHeader
{
	background-color: rgb(255,255,153);
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

.midLinks
{
	font-size: 0.8em;
	color: #000000;
	line-height: 22px;
	text-align: right;
}

.midLinks a
{
	color: #000000;
	text-decoration: none;
}

.midLinks a:hover
{
	color: blue;
}

.subHeader
{
	background-color: #ffffff;
	font-size: 0.9em;
	color: #000000;
}

.subHeader a
{
	background-color: Transparent;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.subHeader a:hover
{
	color: blue;
	background-color: Transparent;
	text-decoration: none;
}

h1
{
    font-size: 1.3em;
    margin-bottom: 0.4em;
}

h2
{
    font-size: 1.1em;
    margin-bottom: 0.4em;
}

#content
{
    font-size: 0.9em;
    line-height: 1.4em;
}

#content a
{
    text-decoration: none;
}

#content a:hover
{
    color: Red;
}

/* ************ footer ************ */

#footer
{
	font-size: 0.7em;
	clear:both;
	line-height: 18px;
}

.pageTitle
{
    font-size: 1.3em;
    margin-bottom: 0.4em;
}

.committeeName
{
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4em;
}

.committeeDescription
{
	font-size: 0.9em;
	color: #000000;
	line-height: 1.4em;
}

.selectForm
{
	font-size: 0.9em;
}

.dataGrid
{
	background-color: #ffffff;
}

.alternatingColour
{
	background-color: #ffffcc;
	font-size: 1em;
}

.gridHeader
{
	background-color: #e9e9e9;
	font-weight:bold;
	padding: 3px;
	text-align: left;
	font-size : 0.9em;
}

.gridItem
{
	padding: 3px;
	vertical-align: top;
	font-size : 0.9em;
}

.detail
{
   	 text-align: right;
	background-color: #8f8f8f;
	font-size : 0.9em;
}

.retiredLabel
{
	font-size: 0.9em;
	font-weight: bold;
	color: Red;
}

.hitHighlight
{
	background-color: #ffffcc;
}

p
{
	font-size: 0.9em;
}
