h2 {
	margin-top : 5px;
	font-size : 13pt;
	font-weight : bold;
	color : #ff00aa;
}

b {
	font-size : 11pt;
	font-weight : normal;
	color : #ff00aa;
}

td {
	font-size : 11pt;
	background-color : white;
}

hr {
	color : blue;
	height : 1px;
}

.head {
	width : 780px;
	height : 40px;
	border-bottom : 2px solid blue;
}

.top {
	float : left;
	margin-right : 20px;
	font-size : 10pt;
}

.main {
	width : 780px;
	border-bottom : 2px solid blue;
	font-size : 11pt;
	padding : 5px;
}

.foot {
	width : 780px;
	font-size : 10pt;
	padding : 5px;
}

.content {
	float : left;
	width : 620px;
	font-size : 11pt;
}

.side {
	float : left;
	width : 145px;
	margin-left : 5px;
	padding : 5px;
	border : 1px solid blue;
	font-size : 9pt;
}

.fs8 { font-size : 8pt; }
.fs9 { font-size : 9pt; }
.fs0 { font-size : 10pt; }
.fs1 { font-size : 11pt; }
.fs2 { font-size : 12pt; }
