@charset "utf-8";

body {
	font: 100% "Times New Roman", Times, serif;
	font-size: 12pt;
	background: #000000;
	color: #FFFFFF;
	height: 100%;
		/*text-align: center;*/
	/*margin: 30px 0 0 0;
	*padding: 0;*/
}

.textsize1 {
	font-size: 22pt;
}

.textsize2 {
	font-size: 20pt;
}

.textsize3 {
	font-size: 16pt;
}

a{
	color: #009A63;
	font-weight: normal;
}

a:link{
	text-decoration: none;
	color: #009A63;
}

a:visited{
	text-decoration: none;
	color: #009A63;
}

a:hover{
	text-decoration: underline;
	color: #009A63;
}

a:active{
	text-decoration: none;
	color: #009A63;
}

table {
	spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

td {
	padding: 0px;
}

.table100
{	width: 100%;
}

.table100border
{	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
}

.td3
{	padding: 3px;
}

.td3border
{	padding: 3px;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
}

.highlight {
	color: #FF823D;
}

.navi {
	padding: 10px;
}

img {
	border: 0px;
}

input, textarea {
	color: #ffffff;
	border-color: #006642 #00E794 #00E794 #006642;
	border-style: solid;
	border-width: 1px;
	background-color: #009A63;
}

.input100 {
	width: 100px;
}

.input200 {
	width: 200px;
}

.input400_150 {
	width: 400px;
	height: 150px;
}

.input200_100 {
	width: 200px;
	height: 100px;
}

.input100_50 {
	width: 100px;
	height: 50px;
}

.button200 {
	width: 200px;
	color: #000000;
	border-color: #FFCC66 #CC6600 #CC6600 #FFCC66;
	border-style: solid;
	border-width: 1px;
	background-color: #FF823D;
}

/*
.design #frame {
	min-height: 100%;
	height: auto !important;
	height: 50%;
	width: 80%;
	margin: 5px auto;
	border: 3px solid #FFFFFF;
}

.design #header {
	border-bottom: 3px solid #FFFFFF;
	height: 178px;
	width: auto;
}

.design #logo {
	float: left;
	height: 178px;
	width: auto;
}

.design #flag_o {
	float: right;
	width: 20%;
	background: #FF823D;
	height: 178px;
}

.design #flag_w {
	float: right;
	width: 20%;
	background: #FFFFFF;
	height: 178px;
}

.design #flag_g {
	float: right;
	width: 20%;
	background: #009A63;
	height: 178px;
}

.design #main {
	height: 100%;
	width: 100%;
}

.design #navi	{
	float: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 130px;
	border-right: 3px solid #FFFFFF;
	background-image: url(../images/navi.jpg);
}

.design #navi	p {
	text-align: center;
}

.design #content {
	float: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: auto;
}

.design #main span {
	color: #FF823D;
}

.design #footer {
	border-top: 3px solid #FFFFFF;
}

.design #footer p {
	font-size: 10pt;
}

.clearfloat {
	clear: both;
	height: 0px;
	line-height: 0px;
}*/