.button {
	background-color: #ff9933;
	color: White;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	letter-spacing: 3px;
}

.button_ok {
	background-color: #009900;
	color: White;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	letter-spacing: 3px;
	border-color: #ff9933;
}

.button_no {
	background-color: #FF0000;
	color: White;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	letter-spacing: 3px;
	border-color: #ff9933;
}

.normal {color: #666666; font-size: 11px; font-weight: bold; font-family: Verdana; text-decoration: none;}

.normal a {
	color: #ff9933;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}

.normal a:hover {
	color: #444444;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}

.title {
	color: #666666;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}

.title a {
	color: #ff9933;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}

.title a:hover {
	color: #444444;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}

.tblbtn {
	background-color: #ff9933;
	color: White;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
}
.small {
color: #666666; font-size: 9px; font-weight: normal; font-family: Verdana; text-decoration: none;
}

