body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
}
/***********************************************/
table {
	margin-left: auto;
	margin-right: auto;
}

table.max {
	width: 100%;
}

table.box {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

table.showall {
	background-color: #000000;
}
/***********************************************/
tr.lm {
	text-align: left;
	vertical-align: middle;
}

tr.ct {
	text-align: center;
	vertical-align: top;
}

tr.lt {
	text-align: left;
	vertical-align: top;
}

tr.cm {
	text-align: center;
	vertical-align: middle;
}

tr.showall {
	background-color: #ffffff;
}
/***********************************************/
td,div,span,p,font {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.vmenu a {
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	display: block;
}
/***********************************************/
span.d {
	font-size: 16px;
	font-weight: bold;
	color: #909090;
}

span.small {
	font-size: 9px;
}
/***********************************************/
img {
	border: none;
}

img.s {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
/***********************************************/
a {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #0000ff;
}

a:link { text-decoration: underline; }

a:visited { text-decoration: underline; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }
/***********************************************/
input,select,textarea {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #eeeeee;
}

input.txt {
	font-family: Courier New,Courier,monospace;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-left: 2px;
	padding-right: 2px;
}

input.radio {
	background-color: #ffffff;
}

textarea {
	white-space: pre;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	overflow:auto;
}

input.btn {
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	cursor: pointer;
}
/***********************************************/
ul {
	list-style-type: disc;
}
