/* CSS Document */

body{
	background-color:#00c068;
	margin:0px;
}

table{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

img{
	border:0px;
}

table.menu{
	background-color:#fffc93;
	width:80%;
}

table.menu1{
	background-color:#fffc93;
	width:100%;
}

table.menu td{
	font-weight:bold;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
	color:#fff556;
	height:70px;
}

table.menu td:hover{
	background-color:#fff890;
}

table.menu td.current{
	background-color:#fff556;
	color:#fffc93;
}

table.redline{
	background-color:#fff556;
	height:10px;
	width:100%;
}

table.main{
	width:100%;
	background-repeat:no-repeat;
}

table.main td.tomoo{
	height:70px;
	color:#fffc93;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

p{
	color:#fffc93;
	font-size:25px;
	font-weight:bold;
}

p.let20{
	color:#fff556;
	font-size:28px;
	font-weight:bold;
}

div.let202{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100px;
	color:#fffc93;
}

div.ubiley{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#fffc93;

}

a{
	text-decoration:none;
	color:#00c068;
}

.current a{
	text-decoration:none;
	color:#00c068;
}

table.redtable{
	color:#fffc93;
	font-size:16px;
	font-weight:bold;
	border:2px solid #fff556;
}

table.redtable td{
	border:2px solid #fff556;
	padding:10px;
}

p.red,span.red,.red{
	text-align:justify;
	font-size:18px;
	color:#fff556;
}

p.yel,span.yel,.yel{
	text-align:justify;
	font-size:18px;
	color:#fffc93;
}

table td.space{
	background-image:url(img/space.png);
	background-position:center top;
	background-repeat:repeat-y;
}