@charset "utf-8";
body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#tableLayout {
	border: .1em dashed #8A8AD0;
	margin: auto;
	padding: 10px;
}

#tableIndex {
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6 ,h7{
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	text-align: center;
	color: #03F;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}

h4 {
	text-align: center;
}
h5 {
	text-align: center;
}


h6 {
	font-size: 0.75em;
	text-align: center;
}
h7 {
	font-size: 0.75em;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #06C;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
