.box1 {
	background: #D8E4B0 url(top-left.gif) left top no-repeat;
}

.box2 {
	background: #D8E4B0 url(top-right.gif) right top no-repeat;
}
.box3 {
	background: #D8E4B0 url(bottom-left.gif) bottom left no-repeat;
}
.box4 {
	background: #D8E4B0 url(bottom-right.gif) bottom right no-repeat;
}

.xxbox {
	background-image: url(top-left.gif), url(top-right.gif), url(bottom-left.gif), url(bottom-right.gif);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
}
.headertxt{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.comments{
	color:#333333;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.smlltxt{
	color:#990000;
	font-size:9px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
