@charset "utf-8";

@import url("articles.css");

div#content h1 {
	border-top: 3px solid #f2591c;
	height: 60px;
	background: url(../img/articles/header/hotnews.gif) left 10px no-repeat;
	text-indent: -9999px;
	}

div#content p#lead {
	margin-bottom: 1em;
	}

/* @group div#thisPageIndex */

div#thisPageIndex {
	border: 1px solid #fad672;
	background: #fff7e3;
	}

/* @end */

div#content div.article div.image {
	margin: 0 0 5px 5px;
	padding: 3px;
	border: 1px solid #ccc;
	float: right;
	text-align: center;
	}

div#content div.article div.image img {
	vertical-align: bottom;
	}

div.article div.text table {
	margin-bottom: 1em;
	border: 1px solid #ccc;
	}

div.article div.text th {
	padding: 3px;
	border: 1px solid #ccc;
	color: #fff;
	background: #93c4da;
	font-weight: bold;
	}

div.article div.text td {
	padding: 3px;
	border: 1px solid #ccc;
	}

div.article div.text tr.odd th {
	}

div.article div.text tr.odd td {
	}

div.article div.text tr.even th {
	border: none;
	background: #6ab0d0;
	}

div.article div.text tr.even td {
	border: none;
	background: #d8ecf0;
	}




