@charset "utf-8";
/* ------ CSS RESET ------ */
.blueback {
	background-color:#eaeffc;
}

.orangeback {
	background-color:#f8f1e7;
}

.bluetext {
	color:#0066aa;
}

.redtext {
	color:#c00;
}
	
.infotable caption {
	font-weight:bold;
	color:#06a;
	padding:3px;
}
	
.infotable tr th {
	border-bottom:2px solid #ddd;
	padding:2px 10px;
	background:#eaeffc;
}
	
.infotable tr td {
	border-bottom:1px solid #eee;
	padding:2px 10px;
	color:#666;
}

