/* CSS Document */

table#sample {
	background-color:#FFFFFF;
	border: solid #000 1px;
	width: 550px;
	margin: auto;
}

table#sample td {
	padding: 0px;
	border: solid #000 1px;
	text-align: left;
}

.data {
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	white-space: nowrap;
}

.toprow {
	font-style: normal;
	text-align: center;
	background-color: #15386E;
	font: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.leftcol {
	font-weight: normal;
	text-align: left;
	width: 150px;
	background-color: #E6E1CD;
	font-size: 11px;
	color: #666666;
	font-family: Verdana;
}
.leftcolSpecial {
	text-align: left;
	width: 450px;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #B40404;
	font-family: Verdana;
	line-height: 24px;
	font-weight: normal;
	white-space: nowrap;
}
.leftcolWhite {
	font-weight: normal;
	text-align: center;
	width: 150px;
	background-color: #FFFFFF;
	font: Verdana;
	font-size: 11px;
	color: #666666;
}
.toprowCentered {
	font-style: normal;
	text-align: center;
	background-color: #15386E;
	font: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
table#sampletdcenter {
	padding: 0px;
	border: solid #000 1px;
	text-align: center;
}
