
h1 {
	font-family     : Arial, Helvetica, sans-serif;
	line-height     : 1.2em;
	font-size       : 1.5em;
	margin          : .75em 0 .5em 0
}

ul.cols {
	margin          : 2em 0 0 0;
	padding         : 0;
	list-style-type : none;
}

ul.cols li.col {
	float           : left;
	border-right    : 1px dotted #999;
	margin          : 0 5px 0 0;
}


/**
 * Headers
 */

div.sectionText {
	font-size       : .85em;
	font-weight     : bold;
	color           : #565633;
}

/**
 * Articles
 */

ul.articles {
	margin          : 0 .5em;
	padding         : 0;
	list-style-type : none;
}

ul.articles li h2 {
	font-size       : 1.1em;
	margin          : .55em 0 .25em 0;
	padding         : 0;
}

ul.articles li {
	margin          : 0 5px 0 0;
	padding         : 0;
	border-top      : 1px dotted #999;
}

ul.articles li.first {
	border-top      : 0px none #fff;
}

ul.articles li h2 a {
	font-size       : 1em;
	text-decoration : none;
	font-weight     : bold;
	color           : #004899;
}

ul.articles li h2 a:hover {
	background-color: transparent;
	text-decoration : underline;
}

ul.articles li div {
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : .9em;
}


/**
 * News-Items
 */

ul.newsItems {
	margin          : 0;
	padding         : 0;
	list-style-type : none;
}

ul.newsItems li {
	margin          : 0 5px 0 0;
	padding         : .5em 10px;
	border-top      : 1px dotted #999;
}

ul.newsItems li.first {
	border-top      : 0px none #fff;
}

ul.newsItems li h2 {
	line-height     : 1.2em;
	font-size       : 1.15em;
	margin          : 2px 0 0 0;
	padding         : 0;
}

ul.newsItems li h2 a {
	color           : #004899;
	font-size       : 1em;
	font-weight     : 600;
	font-family     : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

ul.newsItems li h2 a:hover {
	background-color: transparent;
	text-decoration : underline;
}

ul.newsItems li img.small {
	float           : right;
	margin          : .4em 0 0 0;
	padding         : 0;
}

/* Standard articles */

div.articleHeader {
	font-size       : .86em;
	color           : #666;
}

div.articleContent {
	margin          : .5em 0 0 0;
}

div.articleContent a.thin {
	font-size       : .9em;
	color           : #3366cc;
}

div.articleContent nobr img {
	margin          : 0 4px 0 4px;
}


/* NEWSGROUP */

div.newsGroupList {
	border-top      : 1px dotted #999;
	border-left     : 0px dotted #999;
	border-bottom   : 0px dotted #999;
	width           : 100%;
	margin-top      : 0px;
	overflow        : hidden;
	overflow-x      : hidden;
}

div.newsGroupList table {
	border          : 0px none #fff;
	width           : 100%;;
	margin          : 0;
	border-collapse : collapse;
	width           : expression(parentNode.clientWidth + 'px');
}

div.newsGroupList table th {
	border-top      : 0px dotted #999;
	border-bottom   : 1px dotted #999;
	font-size       : .8em;
	padding         : 0 0 0 5px;
	font-weight     : bold;
	color           : #fff;
	background      : #620C65;
}

div.newsGroupList table th.fromCol {
	width           : 100px;
}

div.newsGroupList table th.subjectCol {
	width           : 228px;
}

div.newsGroupList table td {
	padding         : 1px 4px;
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : .85em;
	background      : #fff;
	border          : 1px solid #e8e8e8;
}

div.newsGroupList table td,
div.newsGroupList table td a {
	white-space     : nowrap;
}

div.newsGroupList table td a {
	display         : block;
	width           : 100px;
	text-decoration : none;
	color           : #555;
	overflow        : hidden;
	overflow-x      : hidden;
}

div.newsGroupList table td a:hover {
	color           : #555;
	background      : transparent;
}

div.newsGroupList table td.subjectCol a {
	width           : 208px;
}
