a {
	color:#ccaa44;
	text-decoration:none;
}
a:hover { color:#c0c0ff; }

a.button:link { color:#ff3535; }
a.button:visited { color:#378837; }
a.button:hover { background:#ffffff; color:#ff3535; }

body {
	scrollbar-face-color:#6b4d18;
	font-size:9pt;
	scrollbar-highlight-color:#6b4d18;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#6b4d18;
	scrollbar-darkshadow-color:#6b4d18
}

table,td,th {
	font-size:15px;
	color:white;
}

table.main,td.main,th.main {
	color:white;
	font-size:15px;
	padding-top:5px;
	padding-bottom:5px;
}

th.title {
	color:#e0e0e0;
	font-size:22px;
	font-family:MS mincho;
}
h1 {
	color:#dd6666;
	font-size:18px;
	margin-top: 6px;
	margin-bottom: 6px;
}
h2 {
	color:#dd6666;
	font-size:16px;
	margin-bottom: 5px;
}

textarea {
	color: #000000;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #cfb370;
}
select {
	font-size: 9pt;
	color: #000000;
	background-color: #cfb370;
}
input.text{
	font-size: 9pt;
	color: #000000;
	background-color: #cfb370;
}

.caution {
	font-weight:bold;
	color:#efcf77;
}