body {
	color: #FF3020;
	background-color: #C02008;
	font-size: 100.01%;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 2px;
}
h1 {
	font-size: 150.01%;
	font-weight: bold;
}
h2 {
	font-size: 100.01%;
	font-weight: bold;
}
h3 {
	font-size: 100.01%;
	font-weight: bold;
	margin-bottom: 0.1em;
}
td {
	border: 0px;
	border-style: solid;
}
a {
	color: #FF3020;
}
a.Navi {
	color: #FF3020;
	text-decoration: none;
}
a.Navi:hover {
	font-weight: bold;
	text-shadow:#FFFFFF 4px 3px 5px; 
}
a.NaviCurrent {
	color: #FF3020;
	text-decoration: none;
	text-shadow:#FFFFFF 4px 3px 5px; 
}
a.NaviCurrent:hover {
	text-decoration: none;
}

table.TableMain {
	color: #FF3020;
	background-color: #080C40;/* #E6D3C2;*/
	margin: 1%;
	width: 98%;
	height: 98%;
	border-collapse:collapse;
}
td.TableMain {
	border: 5px;
	border-style: solid;
	border-color: #FF3020;
}
td#HeaderLeft {
	font-size: 200.01%;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	text-shadow:#FFFFFF 8px 6px 10px; 
	text-align: center;
}
td#HeaderRight {
	text-align: center;
	vertical-align: bottom;
	padding: 1em;
}
td#ContentLeft {
	text-align: center;
	padding: 0.5em;
}
td#ContentRight {
	vertical-align: top;
	padding: 1em;
	height: 500px;
}
td#FooterLeft {
	padding: 0.5em;
}
td#FooterRight {
	text-align: center;
	vertical-align: bottom;
	padding: 1em;
	height: 5em;
}