.White12px{
			font-size:12px;
			color:#FFFFFF;
			}
			
.Black12px{
			font-size:12px;
			color:#000000;
			}
			
.BlackBold12px{
			font-size:12px;
			color:#000000;
			font: bold;
			}

.BlackBold16px{
			font-size:16px;
			color:#000000;
			font: bold;
			}
			
.RedBlod14px{
			font-size:14px;
			color: Red;			
}

.Gray12px{
			font-size:12px;
			color:#666666;
			}
			
a {
			font-size: 12px;
			color: #000000;
	}
	
a:link {
			text-decoration: none;
			color:#000000;
}

a:visited {
			text-decoration: none;
			color: #666666;
}

a:hover {
			color: #666666;
			text-decoration: none;
}

a:active {
			text-decoration: none;
			color: #003399;
}

td {
			font-size:12px;

		}
		
body {
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			font-size: 12px;
}

select {
 BORDER-RIGHT: #ffffff 1px groove;
 BORDER-TOP: #ffffff 1px groove; 
 FONT: 12px Verdana,Geneva,sans-serif; 
 BORDER-LEFT: #ffffff 1px groove; 
 COLOR: #000000; 
 BORDER-BOTTOM: #ffffff 1px groove;
 BACKGROUND-COLOR: #DFF1F9;
 }

.board {
	border-right: 1pt solid #cccccc;
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
   border-left: 1pt solid #cccccc;
}
.button{
	background: #666666;
	color: #EEEEEE;
	border-left: #666666;
	border-top: #666666;
	height: 19px;
	width: 42px;
	text-align: center;
}