body{
	margin: 0;
	color: #990000;
	background-color: #ffffff;
	border: 2px solid black;
	font-size: x-small;
}
h1{
	font-size: medium;
	color: #c30000;
}
h2{font-size: small;}

img{ border: none;}
img.left{
	float: left;
}
hr.header{
	border-style: solid;
	border-color: #990000;
}
hr.content{
	border-top-style: solid;
	border-top-color: #ff3399;
}

.medium{font-size: medium;}
.red{color: #c30000;}
.red2{color: #650000;}
.red3{color: #ff3300;}
.blue{color: #0000cc;}
.gray{color: #666666;}

.sunday{
	color: #F86D6D !important;
	display: inline !important;
}
.saturday{
	color: #6D9EF8 !important;
	display: inline !important;
}
table *{
	font-size: x-small;
}
	table th{
		text-align: left;
		font-weight: normal;
	}
	table td.num{
		text-align: right;
	}
input.size1{
	width: 120px;
}
input.size2{
	width: 60px;
}
textarea.comment{
	width: 120px;
	height: 50px;
}
.form-error{
	border: 1px solid #ff3300;
}
.error-message{
	color: #ff3300;
}