body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;		
}

a, a:visited, a:active, a:link {
	color: #006666;
	border-bottom-style: 1px dashed;
	text-decoration: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;	
	width: 250px;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;	
	width: 250px;
	height: 130px;
	overflow: auto;
	}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}
	
.greenlight {
	background-color: #d3d02a;
	}
	
.greendark {
	background-color: #699519;
	}
	
td.white {
	color: white;
	}
				
.copygreendark {
	color: #699519;
	}
	
.copygreenlight {
	color: #d3d02a;
	}	


p {
	margin-top: 0px;
	margin-bottom: 8px;
	}
	
h1 {
	color: #d3d02a;
	font-size: 18px;
	letter-spacing: 8px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 8px;
	}	

h1.white {
	color: #fff;
	font-size: 18px;
	letter-spacing: 8px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 8px;	
	}		
	
.overflow {
	width: 370px;
	height: 380px;
	overflow: auto;
	padding-right: 20px;
	}			

.bottomnavi a, .bottomnavi a:visited, .bottomnavi a:active, .bottomnavi a:link{
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
	margin-right: 10px;	
	letter-spacing: 2px;
	}

.bottomnavi a:hover {
	color: #699519;
	}

