body
{
	font-family: Verdana;
	font-size: x-small;
}


.headertable
{
	width: 100%;

}

.SubHeader
{
	font-size: xx-small;
	margin: 0px;
	color: black;
	font-family: Verdana;
	background-color: #ccccff;
	padding-right: 6px;
	padding-top: 2px;
	padding-left: 6px;
	padding-bottom: 2px;
	
}
.MenuTable
{
	font-family: Verdana;
	font-size: x-small;
	background: #ccccff;
	width: 100%;
	border-right: #f1f1f1 1px solid;
	padding-right: 6px;
	border-top: #f1f1f1 1px solid;
	display: block;
	padding-left: 6px;
	background: #f1f1f1;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #f1f1f1 1px solid;
	padding-top: 2px;
	border-bottom: #f1f1f1;
}
.MenuCellItem
{
	font-size:x-small;
	border-right: #f1f1f1 1px solid;
	padding-right: 6px;
	border-top: #f1f1f1 1px solid;
	display: block;
	padding-left: 6px;
	background: #f1f1f1;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #f1f1f1 1px solid;
	padding-top: 2px;
	border-bottom: #f1f1f1 1px solid;
	white-space: nowrap;
	text-decoration: none;
	color: Black;
	width:100%;
}
.MenuCellItem:hover
{
	font-size:x-small;
	border-right: #ccccff 1px solid;
	padding-right: 6px;
	border-top: #ccccff 1px solid;
	display: block;
	padding-left: 6px;
	background: #ccccff;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #ccccff 1px solid;
	padding-top: 2px;
	border-bottom: #ccccff 1px solid;
	text-decoration: none;
	color: Black;
	width:100%;
}

.FooshyFileTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	width:100%
}
.FooshyFileHeaderText
{ 
	font-family: Verdana;
	font-size:medium;
}
.FooshyFileText
{ 
	font-family: Verdana;
	font-size:x-small;
}
.FooshyFileMenyUnderLine
{
	height:1px;
	width:100%;
}