.table-gray {
	border: 1px solid #AAAAAA;
}
.table-gray td, .table-gray th {
	border: 1px solid #AAAAAA;
	padding: 2px;
}
.bg-yellow {
	font-size: x-small;
	background-color: #FFFFDD;
}
.bg-yellow-s {
	font-size: xx-small;
	background-color: #FFFFDD;
}
.bg-gray {
	font-size: x-small;
	background-color: #DDDDDD;
}
.t-small {
	font-size: xx-small;
}
.bg-dblue {
	font-size: x-small;
	background-color: #CCCCDD;
}
.bg-dblue-s {
	font-size: xx-small;
	background-color: #CCCCDD;
}
.bg-blue {
	font-size: x-small;
	background-color: #DDDDFF;
}
.bg-lightblue {
	font-size: x-small;
	background-color: #DDF3FF;
}
.bg-dred {
	font-size: x-small;
	background-color: #DDCCCC;
}
.bg-dred-s {
	font-size: xx-small;
	background-color: #DDCCCC;
}
.bg-red {
	font-size: x-small;
	background-color:#FFDDDD;
}
.bg-pink {
	font-size: x-small;
	background-color:#FEDEE9;
}
.bg-dgreen {
	font-size: x-small;
	background-color: #CCDDCC;
}
.bg-dgreen-s {
	font-size: xx-small;
	background-color: #CCDDCC;
}
.bg-green {
	font-size: x-small;
	background-color:#DDFFDD;
}
caption.bg-blue {
	font-size: x-small;
	background-color: #DDDDFF;
}
caption.bg-red {
	font-size: x-small;
	background-color:#FFDDDD;
}
caption.bg-green {
	font-size: x-small;
	background-color:#DDFFDD;
}

