@charset "utf-8";
/* CSS Document */

#toc p{
	padding:0px;
	margin:0px;
}

body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}

#center-container{
	width:100%;
	text-align:center;
}

.bold{
	font-weight:bold;
}

table{

	border-collapse: collapse;
	margin: 0 auto;
}

table td, th{
	vertical-align:top;

	padding:3px;
	margin:3px;
	font-size:13px;
}

table th{
	font-weight:bold;
	background-color:#CCC;
}

table caption{
	font-weight:bold;
	font-size:13px;
}

.image{
	border: 1px solid black;
	text-align:center;
}

.break{
	clear:right;
}

.image img{
	margin:0.5em;
}
.caption{
	text-align:center;
	background-color:#CCC;
	border:1px solid #000;
	font-size:12px;
}

.table {

	font-size:small;
}

.table table{
	caption-side:bottom;
	margin: 0.2em 0.2em 0 0.2em;
}

.left{
	float:left;
	margin-right: 0.5em;
}

.center{
	margin:0 auto;
	display:inline-block;
}

.right{
	float:right;
	margin-left: 0.5em;
}
