body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Arial;
}
TD
{
	font-size: 10pt;
	font-family: Arial;
}
a:hover
{
	color: royalblue;
} 
.HeaderText
{
	font-size: 20pt;
	color: white;
	font-family: Arial;
}
.SubHeaderText
{
	font-size: 14pt;
	color: white;
	font-family: Arial;
}
.HeaderBackground
{
	border-bottom: aliceblue 2pt solid;
	background-color: navy;
	color: White;
}
.ToolBarText
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Arial;
	TEXT-DECORATION: none;
}
.ToolBarBackground
{
	background-color: navy;
	color: White;
}
.MenuBackground
{
	background-color: aliceblue;
}
.MenuLink
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	TEXT-DECORATION: none;
}
.MenuLinkSelected
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Arial;
	TEXT-DECORATION: none;
}
.MenuHeader
{
	font-weight: bold;
	font-size: 11pt;
	color: navy;
	font-family: Arial;
}
.FrameTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	font-family: Arial;
}
.LargeHeader
{
	font-size: 20pt;
	color: navy;
	font-family: Arial;
}
.ReadOnly
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	background-color: silver;
}
.HelpText
{
	font-size: 8pt;
	color: navy;
	font-family: Arial;
}
.BigButtonSize
{
	width: 130pt;
	height: 20pt;
}
.DataGrid_Header
{
	Font-Size: 8pt;
	font-family:Arial;
	font-weight:bold;
	background-color: navy;
	text-align:center;
	color:White; 
}
.DataGrid_Item
{
	Font-Size: 8pt;
	font-family:Arial;
	font-weight:normal;
	background-color: white;
	text-align:center;
	color:Black;
}
.DataGrid_ItemTemplate
{
	Font-Size: 8pt;
	font-family:Arial;
	font-weight:normal;
	text-decoration:underline;
	background-color: white;
	text-align:center;
	color:Blue;
}