﻿body 
{
	margin: 0;
	font-family: Verdana;
	font-size: smaller;
}
td
{
	vertical-align:top;
}
h1
{
	font-weight: bold;
	font-size: larger;
}
h2
{
	font-size:medium;
	font-weight: bold;
	text-transform:uppercase;
}
.greenBar
{
	background-image:url(images/blue_bar.gif);
}
.goldBar
{
	background-image:url(images/gold_bar.gif);
	height:17px;
}
.mainBody 
{
	padding: 10px;
}
.name
{
	font-weight:bold;
}
.nocaps
{
	text-transform:none;
}
.error
{
	color: Red;
}
.highlight
{
	font-weight:bold;
}
.italics
{
	font-style:italic;
}
.underline
{
	text-decoration: underline;
}
.committeeTable
{
	width: 100%;
}
.CommitteeTableDetail
{
	width: 50%;
	border: solid 1px black;
}
.CommitteeTableHeader
{
	text-align: center;
	font-weight: bold;
}
.CommitteeHeader
{
	font-weight: bold;
	text-decoration: underline;
	font-size: larger;
}
.litBody
{
	width: 50%;	
}
.EditComitWidth
{
	width: 35%	
}
.ConfigControlWidth
{
	width: 80%	
}
.AdminMenu
{
	padding: 0px;
}
