
#content th{
	text-align: left;
	padding: 5px;
	font-size:1.2em ;
	font-weight: normal;
	background: lightsteelblue;
	border-bottom: 3px double lightslategrey;
}
#content td:first-child{
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px dashed #ccc;
	width: 70px;
}
h1{
	margin-bottom: 18px;
}
h2{
	clear:both;
}
#title{
	font-family: Georgia;
	color: maroon;
	font-size: 3em;
	line-height: 1.2em;
	word-spacing: normal;
	text-align: left;
}
#content table{
	margin-bottom: 21px;
		border-collapse: collapse;
		border:  3px double #999;
		width: 100%;

}
#content tr{
	margin: 0;

}
#content tr.even{
	background:#eee;
}
#content td{
	border-bottom:#ccc solid 1px;
	padding: 5px 15px;
}
blockquote{
	margin: 20px 40px;
	font-style: italic;
	font-size: 1.2em;
	color: #666;
}
#tabs{
	border: solid #999;
	border-width: 2px 0;
	text-align: center;
	padding: 2px;
	margin: 0 0 20px 0;
}
#tabs a{
	padding: 0 8px;
}
#content-right{
	text-align: center;
	padding: 0px 0 0 0;
	font-size: 1.4em;
	color: #999;
}
#content-right img{
	margin: 0 0 15px 0;
}
#content-right em{
	font-family: Georgia;
}
.img{
	padding:4px;
	border:1px solid #999;
	display: block;
	margin: 0 15px 15px 15px;
}
.fright{
	float:right;
}
.fleft{
	float:left;
}