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

#maintable {
	padding-top: 180px;

}
#maintable .textblock  {
	font-size: 11px;
}

#maintable .textblock td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;

}
#maintable h3 {
	color: #6C8EC6;
}
#maintable h2 {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 15px;
}

#maintable .textblock a {
	color: #6586BA;
	text-decoration: none;
}
#maintable .textblock a:visited {
	color: #6586BA;
	text-decoration: none;
}
#maintable .textblock a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.floatright {
	float: right;
	padding-left: 10px;
}
.shading {

}
