body,td,th {
	font-size: 10pt;
	color: #333333;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF;


}
.container{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 814px;
	height: 100%;
	border: 0px;
}
.small {font-size: 8pt}
.red {
	font-size: 10pt;
	color: #DF0029;
}
.smallred {
	font-size: 8pt;
	color: #DF0029;
}
.orange {
	font-size: 10pt;
	color: #FF7F00;
}
.green {
	font-size: 10pt;
	color: #33CC33;
}
.blue {
	font-size: 10pt;
	color: #00A0C6;
}
.pink {
	font-size: 10pt;
	color: #FF6666;
}
.white {
	color: #FFFFFF;
}
.bggray {
	background: #666666;
}
.bglightgray {
	background: #D5D5D5;
}
.bgwhite {
	background: #FFFFFF;
}
.bgred {
	background: #DF0029;
}
.bgpink {
	background: #FF6666;
}
.bgblue {
	background: #00A0C6;
}
.bggreen {
	background: #33CC33;
}
.bgorange {
	background: #FF7F00;
}
.bglorange {
	background: #FFF2E5;
}
.navy {
	font-size: 10pt;
	color: #0066B3;
}