body {
	font-family:'Trebuchet MS',sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px;
	padding:0px;
}

a:link,a:visited {
	text-decoration:none;
	color:#a93f1a;
	border-color: #a93f1a;
}

a:active,a:hover {
	text-decoration:none;
	color:#b48328;
	border-color: #b48328;
}

input{
	font-family:Trebuchet MS,Verdana;
	font-size:12px;
}

input[type=submit],input[type=button]{
	font-family:Trebuchet MS,Verdana;
	font-size:12px;
}

textarea{
	font-family:Trebuchet MS,Verdana;
	font-size:12px;
}

input[type=file]{
	font-family:Trebuchet MS,Verdana;
	font-size:12px;
}

.submit{
	font-family:Trebuchet MS,Verdana;
	font-size:12px;
}

select{
	font-family:Trebuchet MS,Verdana;
	font-size:12px;
}

table {
	border-collapse: collapse;
}

h1 {
	font-family:Trebuchet MS;
	color:#a93f1a;
	font-size:20px;
	text-align:left;
	font-weight:normal;
	margin:0px;
}

h2 {
	font-family:Trebuchet MS;
	color:#b48328;
	font-size:16px;
	text-align:left;
	font-weight:normal;
	margin:0px;
}

h3 {
	font-family:Trebuchet MS;
	color:#719b1a;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	margin:0px;
}

.title{
	width:770px;
	padding: 0 0 8px 12px;
	background: url('/img/title_back.png') 0 100% no-repeat;
}

.date{
	width:100px;
	height:64px;
	background: url('/img/date_back.png') 0 100% no-repeat;
	float: none;
	font-weight:bold;
	color:#999999;
	text-align:center;
}

#calendar {
	display:none;
	position:absolute;
	width:200px;
	border:1px solid #d1e1d4;
	background:#FFFFFF;
	padding:5px;
	z-index:90;
}
.ch { width:25px;text-align:center;background:#CDDBEA;font-size:12px; }
.c { width:25px;text-align:center;text-decoration:none;color:#222222;cursor:pointer;font-size:12px; }