﻿body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color:#000000;
	color:#FFFFFF;
	scrollbar-base-color:#888888}

a{
	color:white;
}

.Button{
	font-weight:bold;
	font-size: 120%;
	text-decoration:none;
}

img{
	border:4px solid white;
}

legend{
	color:white;
}

span{
	padding:0em 1em 0em 1em;
}

.body10pc {
/*	border: 1px solid white; 
*/	width:0%;
	height:12em;
	float:left;
	margin:0px;
	padding:0px;
}

.body80pc {
/*	border: 1px solid white;
*/	width:100%;
	height:12em;
	float:left;
	margin:0px;
	padding:0px;
}

.header10pc {
	width:0%;
	height:150px;
	float:left;
	margin:0px;
	padding:0px;
}

.header80pc {
	width:100%;
	height:150px;
	float:left;
	margin:0px;
	padding:0px;
}

.TextGap{
	width:5%;
	height:10em;
	float:left;
}

.TextLeft{
	width:45%;
	height:10em;
	float:left;
}

.TextRight{
	width:45%;
	height:10em;
	float:left;
}

.ClearBoth {
	clear:both;
}

.Col60em{
	width:60em;
}

.Col25em{
	width:25em;
	float:left;
}

