body
{
	cursor: default;
	
	margin: 0px;
	padding: 0px;
	
	background: #ffffff;
	
	color: black;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

td
{
	color: black;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

img
{
	border: 0px;
}

big
{
	color: #595959;
	font-size: 20px;
	line-height: 26px;
}
small
{
	color: #595959;
	font-size: 10px;
	line-height: 13px;
}

.MainMenuTh
{
	width: 20px;
}
.MainMenuTd
{
	text-align: center;
	height: 26px;
	border-bottom: 3px solid #B8B8B8;
}
.MainMenuTdSelected
{
	text-align: center;
	height: 26px;
	border-bottom: 1px solid #B8B8B8;
	background: #707070;
}
.MainMenuTd a
{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
.MainMenuTdSelected a
{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}
.MainMenuSubTd
{
	text-align: center;
	height: 24px;
	border-bottom: 1px solid #B8B8B8;
	background: #707070;
}
.MainMenuSubTd a
{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

.RightTable th
{
	text-align: left;
	color: #D87510;
	font-size: 14px;
	line-height: 18px;
}
.RightTable td
{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}
.RightTable td a
{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
.RightTable input
{
	width: 100%;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.RightTable select
{
	width: 100%;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}