body {
	background-color: White;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: left;
}

a {
	color: #1A5583;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

td.title_green {
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}

td.title_blue {
	border-bottom-color: #1A5583;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #1A5583;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}

td.footer {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.footer {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.footer:hover {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

td.left {
	background-image: url(images/left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

td.right {
	background-image: url(images/right.gif);
	background-position: left;
	background-repeat: repeat-y;
}

td.vertical_dots {
	background-image: url(images/dot.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 4px;
}

td.horizontal_dots {
	background-image: url(images/dot.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 4px;
}

img.border_green {
	border-color: #CC0000;
	border-style: solid;
	border-width: 1px;
}

img.border_blue {
	border-color: #1A5583;
	border-style: solid;
	border-width: 1px;
}

td.border_gray {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

li {
	list-style-type: square;
}

/* News Publisher */
td.posted {
	color: #999999;
}
