BODY
{
	font-size: 10pt;
	background-image: url(images/main/BG.jpg);
	margin: 0px;
	color: #464f74;
	background-repeat: repeat-y;
	font-style: italic;
	font-family: Arial;
	background-color: #dcdcdc;
}
TABLE
{
	font-size: 10pt;	
	color: #464f74;	
	font-family: Arial;
}
.ListBox
{
	font-weight: bold;
	font-size: 8pt;
	color: #464f74;	
	font-family: Arial;
}
.Anchor
{
	font-weight: bold;
	font-size: 10pt;
	color: #464f74;	
	font-family: Arial;
}
.AdminGrid
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.AdminGridHeader
{
	font-size: 10pt;
	color: white;
	font-style: italic;
	font-family: Arial;
	background-color: #464f74;
}
.AdminGridItem
{
	font-size: 8pt;
	color: black;	
	font-family: Arial;
}
.AdminAlternatingGridItem
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: gainsboro;
}
.MenuSectionLabel
{
	font-size: 14pt;
	font-weight: bold;
	color: #464f74;	
	font-family: Arial;
}
.GeneralLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: #464f74;
	font-style: italic;
	font-family: Arial;
}
.ErrorLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
	font-style: italic;
	font-family: Arial;
}
