body {
	background-color: #CCCCCC;
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 100%;
}
p {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
h2 {
	font-size: 12px;
	line-height: 100%;
	color: #666666;
}
.cap {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
}
a {
	text-decoration: none;
	color: #339900;
}
a:hover {
	text-decoration: none;
	background-color: #CCFF99;
	color: #339900;
}
a:visited {
	text-decoration: none;
	color: #339900;
}
table.tbbox {
	border-collapse: collapse;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ccc;
}
table.tbbox caption {
	padding: 5px;
	letter-spacing: .2em;
	text-align: center;
}
table.tbbox th {
	line-height: 130%;
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #CBE6E8;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
table.tbbox td {
	line-height: 130%;
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
}
strong {
	font-size: 16px;
	font-weight: bold;
	color: #009966;
}

table.maintable {
	font-size: 12px;
	color: #666666;
}