TABLE.mytable {
	margin-top: 20px;
	border-collapse: collapse;
	width: 700px;
}

TABLE.mytable THEAD
{
	background-color: #555555;
	color: #ffffff;
	font-family: Arial;
	font-size:11px;
}

TABLE.mytable TH {
  font-family: Arial;
	font-size:11px;
	font-weight: bold;
	text-align:left;
	padding: 3px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;	
}

TABLE.mytable TH A,TABLE.mytable TH A:visited,TABLE.mytable TH A:link,TABLE.mytable TH A:active {
  font-family: Arial;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}

TABLE.mytable TH A:hover {
	text-decoration:underline;
	color: #666666;
}

TABLE.mytable THEAD TH {
		padding: 2px;
		text-align:center;
		border: none;
}

TABLE.mytable TD
{
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
TABLE.mytable TD.center
{
	text-align:center;
}

