BODY{
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 14pt;
	margin: 2px;
	text-align: center;
}
.menu {
	background: #eee;
	border-radius: 0px 0px 15px 15px;
	clear: both;
	margin: auto;
	text-align: center;
}
.menu_icons{
	clear:both;
	margin:auto;
	max-width: 500px;
}
.menu_icons A {
	color:#000;
	cursor: pointer;
	float:left;
	height: 100px;
	text-align: left;
	text-decoration:none;
	width: 100px;
}
.menu_icons A DIV {
	height: 100px;
	width: 100px;
}
.menu_icons IMG {
	height: 100px;
	position:absolute;
	width: 100px;
}
.menu_icons SPAN {
	font-size:10pt;
	font-weight:bold;
	margin:8px;
	position:absolute;
	text-align: center;
	width:84px;
}

.table {
	background-color: #fff;
	border-radius: 10px;
	clear: both;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	width:100%;
	text-align:center;
}
TABLE TD {
	font-size:7pt;
	line-height:8pt;
}
.cell {
	float: left;
	font-size: 12pt;
	padding: 5px;
	min-width: 290px;
	max-width: 700px;
}
.cell P {
	font-size: 8pt;
	text-align: justify;
}
.margin {
	float: left;
	font-size: 12pt;
	padding: 5px;
	width: 290px;
}
.footer {
	clear: both;
	float: none;
}

.odd {
	background-color: #f8f8f8;
}
.even {
	background-color: #fff;
}

.page_footer {
	clear: both;
	font-size: 6pt;
	margin: auto;
	max-width: 640px;
	text-align: center;
}
TABLE {
	border: 1px solid #eee;
	border-collapse: collapse;
	margin: auto;
	width: 100%;
}
CAPTION {
	font-weight: bold;
}
TR {
	vertical-align: top;
}
TH {
	background-color: #ff0;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
TD {
	font-size: 8pt;
	padding: 3px;
}
TD.cat {
	background-color: #eee;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}
.thumbnail {
	height: 144px;
	width: 256px;
}

P {
	margin: 4px;
}
P.contest {
}
P.contest H1 {
}

A IMG {
	border; none;
}
DIV.body_frame {
	background-color: #fff;
	border-radius: 10px;
	margin:auto;
	min-width: 320px;
	max-width: 1024px;
}
DIV.emanual {
	background-color: #ddd;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
}
INPUT.lang {
	background-color: #eee;
	border: 1px outset #aaa;
	border-radius: 3px;
	height: 20px;
	transition: background-color 0.3s, border-radius 0.3s;
	-webkit-transition: background-color 0.3s, border-radius 0.3s;
	width: 40px;
}
INPUT.lang:hover {
	background-color: #fff;
	transition: background-color 0.3s, border-radius 0.3s;
	-webkit-transition: background-color 0.3s, border-radius 0.3s;
}
H1 {
	font-size:14pt;
}
H2 {
	font-size:12pt;
}
OL,
UL,
LI {
	font-size:9pt;
	text-align:left;
}