body {
	background-color: #DBE1EF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.leftShadow {
	background-image: url(images/leftShadowRepeat.gif);
	background-repeat: repeat-y;
}
.rightShadow {
	background-image: url(images/rightShadowRepeat.gif);
	background-repeat: repeat-y;
}
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	vertical-align: top;
}
.style1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}
.style1 a:link, .style1 a:visited{text-decoration:none; color:#FF0000;}
.style1 a:hover{text-decoration:underline; color:#FF6600}