@import "common-style.css";

TD.header
{
	border-color: #003399;
	border-style: solid none solid none; 
	border-width: 1px;
	background-color: #E2ECFE;
	font-family: Courier;
	font-style: normal;
	font-size: 13px;
	font-weight: 500;
}

INPUT.go
{
	color: #FFFFFF;
	font-family: Courier;
	font-weight: 500;
	font-size: 13px;
	background-color: #003399;
}

INPUT.clock
{
	color: #003399;
	font-family: Courier;
	font-size: 13px;
	font-weight: 600;
	border:none;
	background-color: transparent;
}

INPUT.date
{
	color: #003399;
	font-family: Courier;
	font-size: 13px;
	font-weight: 600;
	border:none;
	background-color: transparent;
}

.textModule
{
	color: #003399;
	font-family: Courier;
	font-weight: 500;
	font-size: 13px;
}

.textModuleBold
{
	color: #003399;
	font-family: Courier;
	font-weight: 700;
	font-size: 13px;
}

TD
{
	font-family: Times;
	font-weight: 500;
	font-size: 14px;
}