/* CSS Document */
@charset "utf-8";
/* CSS Document */

body {
	background: #eee;
	}
	
tbody {
	background: #fff;
	}
.blue_border {
	border: 3px solid #7798bf;
	}
#content h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:right;
	background:#E1E1E1;
	border:solid 1px #aaa;
	padding: 2px;
	color:#666;
	
}

#content h3 {
	font-size: 90%;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: solid 1px #888;
	padding-bottom: 10px;
}

#content .pictures {
	text-align:center;
	}

#content .pictures img {
	margin: auto;
	border:solid 1px #888;
	}
	
#content {
	background:#fff;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	text-align: left;
}	
.smaller {
	font-size: smaller;
}
