body
{
	font-family: Sans-serif;
	font-size: 75%;
	background-color: #6F7597;
}
table
{
	border-collapse: collapse;
}
td
{
	font-size: 75%;
}
a
{
	text-decoration: none;
	color: blue;
}

a:hover {text-decoration: underline;}

.PageTitle
{
	font-family: Arial;
	font-size: 200%;
	text-align: center;
}
.SmallNote
{
	font-family: Verdana;
	color: Black;
}
.TextInput
{
	font-family: Tahoma;
	border: solid 1px #6F7597;
}
.TextArea
{
	BORDER: #6F7597 1px solid; 
	SCROLLBAR-FACE-COLOR: #6F7597; 
	SCROLLBAR-3DLIGHT-COLOR: #6F7597; 
	SCROLLBAR-ARROW-COLOR: white; 
	SCROLLBAR-DARKSHADOW-COLOR: #000077;
}
.MenuLink
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.ContentPanel
{
	border-top: solid 1px black;
	padding: 8px;
	background-color: #F7F8EB;
}
.Content
{
	border: solid 1px black;
}
.ContentFooter
{
	padding: 2px;
	background-color: #F7F8EB;
}
.Error
{
	color: Red;
}
.ControlHeader
{
	background-color: #99CCFF;
	font-family: Arial;
	color: 000066;
	padding: 1px;
	font-weight: bold;
}
.ControlContent
{
 padding: 5px;
}

.Control
{
	border: solid 1px #99CCFF;
	background-color: White;
}
.Button
{
	color: Navy;
	font-weight:bold;
}
.ButtonDelete
{
	color: white;
	background-color: #880000;
	font-weight:bold;
}
.ListHeader
{
	color: black;
	font-weight:bold;
	background-color: #FFFFCC;
	border-bottom: solid 1px #DCDCDC;
}
.List
{
	text-decoration: none;
	border: solid 1px #DCDCDC;
	padding: 5px;
}
.ListItemAlternate
{
	text-decoration: none;
	background-color: #EEEEEE;
	border-bottom: solid 1px #DCDCDC;
}
.ListItemHighlight
{
	text-decoration: none;
	background-color: #FFBEBE;
	border-bottom: solid 1px #DCDCDC;
}
.ListItem
{
	text-decoration: none;
	border-bottom: solid 1px #DCDCDC;
}
.ListTitle
{
	font-weight:bold;
	text-decoration: none;
}

