TD.newslist {
	border : 2px solid Black;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : White;
}

TD.headeryellow {
	background-color : #F9EFB2;
	border-bottom : 2px solid Black;
	border-right : 2px solid Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	letter-spacing : 3px;
	padding : 2px 3px 3px 6px;
	text-transform : uppercase;
}

TD.closeyellow {
	background-color : #E5DB81;
	border-bottom : 2px solid Black;
}

TD.headerblue {
	background-color : #B2E1F9;
	border-bottom : 2px solid Black;
	border-right : 2px solid Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	letter-spacing : 3px;
	padding : 2px 3px 3px 6px;
	text-transform : uppercase;
}

TD.closeblue {
	background-color : #81BFE5;
	border-bottom : 2px solid Black;
}

TD.headerpurple {
	background-color : #E3B2F9;
	border-bottom : 2px solid Black;
	border-right : 2px solid Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	letter-spacing : 3px;
	padding : 2px 3px 3px 6px;
	text-transform : uppercase;
}

TD.closepurple {
	background-color : #CB81E5;
	border-bottom : 2px solid Black;
}

TD.newsitem {
	background-color : White;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : 0px;
	padding : 0px 5px 0px 6px;
}

A.newsitem, A.newsitem:VISITED {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : 0px;
	text-decoration : none;
}

A.newsitem:HOVER {
	text-decoration : underline;
}

TD.newssource {
	background-color : White;
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	letter-spacing : 2px;
	border-bottom : 1px dashed Gray;
	padding : 0px 5px 0px 5px;
}

TD.newssourcelast {
	background-color : White;
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	letter-spacing : 2px;
	padding : 0px 5px 0px 5px;
}

DIV.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : 1px;
}

