/* latest news */

table.sidecoltable {
	width: 160px;
	text-align: left;
	margin-bottom: 10px;
}

img.sidecoltable {
	width: 130px;
}

td.sidecoltop {
	background-attachment: scroll;
	background-image: url(/images/sidecoltopbkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	background-color: #FFFFFF;
	width: 160px;
	text-align: left;
}

td.sidecoltop h1 {
	font-size: 12px;
	margin: 0px;
	color: #666666;
	padding-left: 10px;
	padding-top: 10px;
}

td.sidecolcontent {
	background-attachment: scroll;
	background-image: url(/images/sidecolbkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	padding: 10px;
	background-color: #FFFFFF;
}

td.sidecolcontent h2 {
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}

td.sidecolcontent img {
	padding-top: 5px;
	padding-bottom: 5px;
}

td.sidecolcontent h2 a {
	color: #000000;
	text-decoration: none;
}

td.sidecolcontent h2 a:hover {
	text-decoration: underline;
}

td.sidecolcontent h2.sidecolnew {
	background-attachment: scroll;
	background-image: url(/images/sidecolnew.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

td.sidecolcontent p {
	margin-top: 5px;
	font-size: 10px;
	color: #333333;
	margin-bottom: 0px;
}

td.sidecolcontent p a {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
	background-attachment: scroll;
	background-image: url(/images/morebutton.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-bottom: 1px;
}

td.sidecolcontent p a:hover {
	text-decoration: underline;
}

td.sidecolcontent p.sidecoldate {
	font-size: 10px;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

td.sidecolcontent tr.sidecolnew {
	background-attachment: scroll;
	background-image: url(/images/sidecolnew.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

td.sidecolbtm {
	background-attachment: scroll;
	background-image: url(/images/sidecolbtmbkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	width: 160px;
}

td.sidecolbtm p {
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

