body
{
	cursor: default;
	background: #ffffff;
	
	margin: 0px;
	margin-bottom: 10px;
	
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	color: #7f7f7f;
}

tr
{
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}
td
{
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}

input, select, textarea
{
	font-family: Verdana;
	font-size: 10px;
}

a
{
	color: #46ad51;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #46ad51;
	font-weight: bold;
	text-decoration: underline;
}

p
{
	margin: 0px;
	margin-bottom: 10px;
}
big
{
	font-family: Tahoma;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
}

img
{
	border: 0px;
}

.InputTable th
{
	text-align: left;
}

#MenuTable td
{
	padding-left: 15px;
	padding-right: 15px;
}
#MenuTable td a
{
	color: white;
	font-weight: bold;
}

#MenuSubTable
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#MenuSubTable td
{
	color: white;
	padding: 5px;
	padding-left: 10px
}
#MenuSubTable td a
{
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.ListTable th
{
	background: #007F9F;
	color: #ffffff;
}
.ListTable th a
{
	color: #ffffff;
}
.ListTable th a:hover
{
	color: #ffffff;
}
.ListTable th.thL
{
	padding-left: 5px;
	text-align: left;
}
.ListTable th.thC
{
	text-align: center;
}
.ListTable th.thN
{
	padding: 0px;
	text-align: center;
}
.ListTable th.thR
{
	padding-right: 5px;
	text-align: right;
}
.ListTable td.tdL
{
	padding-left: 5px;
	text-align: left;
}
.ListTable td.tdC
{
	text-align: center;
}
.ListTable td.tdN
{
	padding: 0px;
	text-align: center;
}
.ListTable td.tdR
{
	padding-right: 5px;
	text-align: right;
}