@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0; padding: 0}
html {overflow: auto}
html, body {height: 100%}
body {background-color: #fdeca1; font-family: "Trebuchet MS", Helvetica, Arial, Tahoma, Verdana, sans-serif; font-size: 62%;}

#wrap {margin: 0 auto; width: 380px}
#top {background-color:#fff; height: 85px;}
	#top img {float: left; margin-right: 10px}
	#top h1 {font-size: 2em; padding-top: 25px}
a {text-decoration: none}
ul {list-style: none; overflow: hidden}
li {background-color: #fff; border: 1px solid #fd9415; margin: 6px 5px 0; padding: 18px 5px;}
	li h2 {font-size: 1.6em;}
	li h3 {font-size: 1.2em;}
	li p {color: #666; font-size: 1.1em; padding: 8px 0 4px;}
a.btn1 {
	background: url(/_img/btn-red.gif) no-repeat;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	margin-top: -5px;
	width: 100px;
	height: 35px;
	overflow: hidden;
	text-align: center;
}
a.btn2 {
	background: url(/_img/btn-orange.gif) no-repeat;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px auto;
	width: 72px;
	height: 18px;
	text-align: center;
}

table {border: 1px solid #999; font-weight: bold;}
th {background-color: #fdc915; font-size: 1.4em;}
td {background-color: #F9F9F9; color: #069; font-size: 1.2em; line-height: 95%; padding: 5px 0; text-align: center;}
tr.temp td {background-color: #fee9a1; color: #333; font-size: 1.1em; }

.blue {color:#069}
.yellow {color:#fdeca1}
.orange {color:#fd9415}
.grey {color:#999}
