﻿body
{
	margin: 0px;
	background-color: white;
}
.MainTable
{
	width:1000px;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	border-right: dimgray 1px solid;
}
.MenuColumn
{
	background-color: #404041;
	color: White;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	cursor: hand;
	border-bottom: white 1px solid;
	border-right: white 1px solid;
	text-indent: 10px;
	width:200;
}
.MenuColumn_Text
{
	background-color: #DEDEDC;
	color: #B8673A;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	cursor: hand;
	text-indent: 10px;
	width:200;
	/*border-color:White;*/
}
.MenuColumn_Text_Icon
{
	background-color: #DEDEDC;
	color: #B8673A;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	cursor: hand;
	text-indent: 10px;
	/*border-color:White;*/
}
.HeaderFrameColumn
{
	background-color: Gray;
	color: White;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	cursor: hand;
	width:1000px;
	border-bottom: dimgray 1px solid;
	border-right: dimgray 1px solid;
}
.FooterFrameColumn
{
	background-color: #DEDEDC;
	height: 20px;
	cursor: hand;
	width:1000px;
}
.Arrow
{
	background-image: url(../IMAGES/arrow.png);
}

