h2{
	margin:5px 2px;
	font-size:14px;
	color:#3366CC;
}
h3{
	margin:2px 4px;
	font-size:12px;
	color:orange;
}
table{
	width:760px;
	margin-left:10px;
	font-size:11px;
}
table caption{
	font-weight:bold;
	color:#3366cc;
}
table th{
	background-color:#215CD8;
	color:white;
	padding:3px 0px;
}
table tr.l1{
	background-color:#DBE4FD;
}
table tr.l2 td{
	background-color:#CCCCCC;
}
table td{
	padding:3px 0px;
	background-repeat:no-repeat;
	background-position:right;
}

table.selectbox{
	width:700px;
	margin:0 auto;
}
table.selectbox td{
	width:20%;
	background-color:#CCDDFF;
	font-weight:bold;
	text-align:center;
}
table.selectbox td.selected{
	background-color:#DDFFCC;
}

hr{
	margin:10px;
}
