@charset "utf-8";
/* CSS Document */
html {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	margin:0px;
	width:300px;
}
body { 
	margin:auto;
	width:260px;
}

h2{
	border-bottom:1px dotted #CCC;
	color:#6C5030;
	font-size:19px;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:10px;
}

select {
	background:#ECEBE9;
	border: 2px solid #D7D3CE;
	color:#666;
	float:right;
	font-size:10px;
	height:22px;
	margin-top:2px;
	position:relative;
}

table.cotHome{
	border-collapse:collapse;
	color:#666;
	font-size:11px;
	margin-top:10px;
	width:100%;
}
table.cotHome img{
	margin-right:5px;
}
table.cotHome th{
	color:#666;
	font-weight:normal;
	text-align:left;
}
table.cotHome th{
	font-size:14px;
	font-weight:bold;
	padding:0px 5px 5px 5px;
}
table.cotHome td{
	padding:7px;
}
table.cotHome tr.tr0 td{
	background-color:#F2F2F2;
}
table.cotHome tr.tr1 td{
	background-color:#FFF;
}

