body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
body,td,th {
	font-family : "MS Sans Serif", Tahoma, Verdana;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
A:link	{
    color: #993300;
	font-weight: normal;
    text-decoration:none;
	}
A:hover	{
	font-weight:normal;
	color:#993300;
	background-color: #FFFF99;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-color: #FF0000;
	}
A:active	{
	font-weight:normal;
	color:#993300;
	text-decoration: none;
	}
A:visited	{
    color: #993300;
	font-weight:normal;
    text-decoration:none;
	}
.red {
	color: #FF0000;
}
.small {
	font-size: 10px;
}
.big {
	font-size: 16px;
}
.b_white {
	font-weight: bold;
	color: #FFFFFF;
}
.button {
	font-size: 14px;
	background-color: #9BD2FF;
	border-style: solid;
	border-color: #000000;
	font-weight: bold;
}
.field {
	font-size: 12px;
	background-color: #C5DFFC;
	border-style: dotted;
	border-color: #000;
}
.memicon {
	border-color: #000000;
	height: 70px;
	width: 70px;	
}
.msg {
	background-color: #66CCFF;
	border: 2px dotted #000000;
	padding: 3px;
	width: 350px;
	text-align: left;
}
.msg2 {
	background-color: #FFCCFF;
	border: 2px dotted #FF0000;
	padding: 3px;
	width: 400px;
	text-align: left;
}
.show {
	background-color: #FFCC99;
	border: 2px dotted #000000;
	padding: 3px;
	width: 350px;
}
.game {
	border: 1px;
	height: 140px;
	width: 100px;
	margin: 1px;
	border-style: dashed;
	padding: 3px;
	text-align: center;
}
.sysmsg {
	background-color: #3333CC;
	border: 2px dotted #FFFFFF;
	padding: 5px;
	width: 90%;
	color: #FFFFCC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.memclick {
	border: 1px;
	margin: 10px;
	border-style: dashed;
	padding: 3px;
	text-align: center;
	display: marker;
}
.norform {
	background-color: #FFFFFF;
	padding: 5px;
	border-width: 2px;
	border-style: dashed;
	width: 85%;
}