﻿#banner {
	width: 970px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
#banner a {
	width: 100%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#banner th {
	/*background-color: #BDBCAE;*/
	background-color: #dc0000;
	text-align: center;
	/*font-weight: normal;*/
	width: 191px;
}
#banner th a {
	font-size: 14px;
	line-height: 46px;
}
#banner th a:hover {
	/*background-color: #CACAC1;*/
	background-color: #ad0616;
}
#banner td a {
	font-size: 12px;
	padding: 2px 0;
	text-indent: 5px;
	border-top: 2px groove white;
}
#banner td a.first {
	border-top: 0 none;
line-height: 16px;height: 16px;
}
#banner td a.menua{line-height: 16px;;height:16px;}
#banner td a:hover {
	/*background-color: #D1D1C9;*/
	background-color: #ad0616;
}
.menu {
	/*background-color: #CACAC1;*/
	background-color: #dc0000;
	border: 1px solid #FFFFFF;
	position: relative;
	width: 140px;
	display: none;
}

.subject {
	color: #993300;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    font-size: 14px;
}
.summary {
    margin: 1em 0.5em 2em 0.5em;
    line-height: 1.5em;
}
.location {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.pager {
    margin-top: 1em;
    text-align: center;
}
.content {
    width: 590px;
    line-height: 1.5em;
}

.content table {
	border:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}
.content table th {
	background:#f4f9fe;
	text-align:center;
	border: 1px solid #e5eff8;
}
.content table td {
	border:1px solid #e5eff8;
}
.content a:link, .content a:visited, .content a:hover, .content a:active {
    color: blue;
    text-decoration: underline;
}

