TABLE.SideBorders {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
TABLE.SideBorders2 {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1EFED;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

TABLE.SideAndBottom {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.newsheader {
	background-color: #FFFFFF
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style:none;
	border-right-style:none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

TABLE.hbottom {
	background-color: #0F5FA8;
	border-right-width:thin;
	border-left-width:thin;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style:none;
	border-right-style:none;
}

