@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
}
.title-table {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
p {
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt-input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF3300;
	font-weight: normal;
}
.link {
	color: #FFFF00;
	text-decoration: none;
}
.link:hover {
	color: #FF0000;
	text-decoration: underline;
}

.btn-input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCC00;
	border: 1px solid #FFFFFF;
}
