#container {
	width: 760px;
	margin: 0px auto;
	font-size: 12px;
	line-height: 200%;
}

a{
	text-decoration:none;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h2.midashitxt{
	background:#1166cc;
	color: #FFFFFF;
	padding: 3px 10px;
}
.textblock{ margin-bottom:50px;
}


table{
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	width: 760px;
	margin:0px 0px 20px 0px; 
	padding: 0px;
	}
	
table.cellShade {
	border-collapse: separate;
	border-spacing: 1px;
}

table.cellShade th,
table.cellShade td {
	padding: 3px 0px 3px 5px;
}

table.cellShade th {
	background: #4d8cd9;
	vertical-align:top;
	text-align: left;
	color:#fff;
	white-space: nowrap;
	width: 25%;
}

table.cellShade td {
	background: #c3d9f2;
	text-align: left;
	color:#000000;
	/*white-space: nowrap;*/
}

table.cellShade td.right {
	background: #ffffff;
	text-align: right;
	color:#000000;
		border-bottom: solid 1px #CCCCCC;
	/*white-space: nowrap;*/
}
