@charset "UTF-8";
/* CSS Document */

.news_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 1.4em;
	color: #000;
}
.news_heading_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.7em;
}
.page_no {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


table#box {
	margin: 20px 0 20px 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #666666;
}
table#box th {
	border: 0;
	background: #DEDEDE; 
	text-align: left; 
	color: #666666;
}
table#box td {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid #CCC;
}
table#box tr.odd {background: #F6F6F6;}