@charset "utf-8";
/* CSS Document */

/* Articles */
#articles .evenrow td {
	background-color:#eaf4fd;
	line-height: 18px;
	padding: 3px;
		border: solid 1px #ffffff;
}
#articles .oddrow td {
	background-color:#f4f9fe;
	line-height: 18px;
		padding: 3px;
	border: solid 1px #ffffff;
}

#articles .boxhead, #articles th{
	background-color:#d7eafd;
	line-height: 18px;
	padding: 3px;
		border: solid 1px #ffffff;
}
#articles .subhead{
	font-weight: bold;
}

