.side
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 10pt;
	color: Lavender;
	font-weight: bold;
	text-decoration: none;
}

.side:hover
{
	color: White;
}

background
{
	background-color: White;
}

span
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
}

select
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	width: 200px;
}

/*input
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	width: 200px;
}*/

.StandardButton
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	width: 104px;
}

.StandardInput
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	width: 200px;
}

.MidInput
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	width: 120px;
}

.ShortInput
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	width: 40px;
}

.sidebar
{
	height: 500px;
	width: 200px;
	background-color: lightsteelblue;
	/*background-image: url(images/leftbarfill.gif);
	background-repeat: repeat-y;*/
	font-family: Arial, Verdana, MS Sans Serif;
}

.rightbar
{
	height: 600px;
	width: 16px;
	background-color: Lavender;
}

.tallsidebar
{
	height: 1154px;
	width: 200px;
	background-color: lightsteelblue;
	font-family: Arial, Verdana, MS Sans Serif;
}

.tallrightbar
{
	height: 1254px;
	width: 16px;
	background-color: Lavender;
}

.insetbar
{
	background-color: lavender;
}

.BigHeading
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 20pt;
	color: steelblue;
}

.MidHeading
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12pt;
	color: steelblue;
}

.SmallHeading
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 10pt;
	color: steelblue;
}

.NormalText
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	font-weight: normal;
}

.SmallText
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: DarkGray;
}

.LogOut
{
	font-size: 8pt;
	color: Maroon;
	font-weight: normal;
	text-decoration: none;
}

.LogOut:hover
{
	text-decoration: underline;
}

.LeftCol
{
	width: 200px;
}

.LeftColWide
{
	width: 400px;
}

.HighlightText
{
	color: White;
	font-weight: bold;
}

.BoldText
{
	font-weight: bold;
}

.MessageRead
{
	font-family: Arial, Verdana, MS Sans Serif;
	color: steelblue;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}

.MessageUnread
{
	font-family: Arial, Verdana, MS Sans Serif;
	color: steelblue;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

.RedInfo
{
	color: Red;
}

.msgdate
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	font-weight: normal;
	width: 128px;
	border-style: solid;
	border-width: 1px;
}

.msgtitle
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	font-weight: normal;
	width: 384px;
	border-style: solid;
	border-width: 1px;
}

.msgbody
{	
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	font-weight: normal;
	width: 520px;
	height: 152px;
	border-style: solid;
	border-width: 1px;
}

.displayTable
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: Black;
	border-style: none;
	width: 500px;
}

.headingCell
{
	font-weight: bold;
	vertical-align: top;
}