#news {
	margin: 0 0 8px 0;
}

.news_short {
	margin: 0 auto 0 auto;
}
.news_short th {
	text-align: left;
}
.news_short a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: white;
	text-align: left;
	/* font-variant: small-caps; */
	text-decoration: none;
	display: block;
	padding-bottom: 1px;
}

.news_short a:hover {
	color: #FFFF00;
}

.news_short .p {
	font-size: 1.0em;
	text-align: justify;
	font-family: Arial, Verdana, sans-serif;
	padding: 0 4px;	
}

.news_short h5 {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	margin: 4px;
}


.news_short .thumb {
	width: 130px;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
}

.news_short .thumb img {
	padding: 1px;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}

.news_article {	
	margin: 4px 10px 14px 10px;
}

.news_article h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #022164;
	text-align: left;
	border-bottom: solid 1px #2A2014;
	/* font-variant: small-caps; */
}
.news_article h2 {
	display: none;
}
.news_article h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: black;
}

.news_article .newsThumb {
}
.news_article .p {
	font-size: 0.9em;
	text-align: justify;
}
.news_article .thumb em, #news .gallery .thumb em {
	text-align: center;
	width: 120px;
	margin: -2px 2px 2px 2px;
	text-indent: 0;
	font-size: 0.6em;
	color: white;
}
#news .gallery {
	clear: both;
	margin: 0px 4px 0 4px;
}

#news .gallery h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background-color: #022164;
	text-align: left;
	font-variant: small-caps;
	
	margin: 0 0 2px 0px;
	padding: 2px 5px;
}

#news .gallery table {
	width: 100%;
	margin: 0px auto 1px auto;
	border-collapse: collapse;
}

#news .gallery table td, #news .gallery td.up {
	text-align: center;
	vertical-align: top;	
	padding-top: 6px;
}

#news .gallery td img {
	border: solid 1px #333;
}

#news .gallery td.over img {	
	border: solid 1px #FFC300;
}

.news_titles {
	clear: both;
}

.news_titles ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}

.news_titles li {
	
}

.news_titles h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background-color: #022164;
	text-align: left;
	border-bottom: solid 1px #022164;
	margin: 0px;
	padding-left: 5px;
}

.news_titles .links {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	overflow: auto;
	height: 200px;
}
.news_titles .links li {
	background: #e9e9e9;
}

.news_titles .links a {
	display: block;
	text-decoration: none;
	margin: 0 1px 0 1px;
	padding: 8px 6px;
	
	border-bottom: solid 1px black;
}

.news_titles .links a:hover {
	background: #C2E2F9;
}

.news_titles .links h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: blue;
	text-align: left;	
	margin: 0px;
}

.news_titles h3 {
	font-size: 0.8em;
	color: #022164;
	text-align: right;	
	margin: 0px;
	font-style: italic;
}

.news_titles h4 {
	font-size: 0.85em;
	color: #022164;
	text-align: left;
	margin: -11px 0px 0px 0px;
	font-style: italic;
	font-weight: bold;
	
}

.news_titles table {
	width: 100%;
	margin: 4px auto 4px auto;
}

#progdate {
	width: 520px;
	font-weight: bold;
	font-size: 0.9em;
	margin: 10px 20px;
	padding: 4px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	text-align: right;
}

#progdate a {
	text-decoration: none;
}

#progdate td {
	text-align: left;
}
#progdate th {
	text-align: right;
	vertical-align: middle;
}

@media screen,print {

.news_document {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: auto;
}

.news_document h1 {	
	font-size: 14pt;
	font-weight: bold;
	color: black;
	text-align: left;
	/* font-variant: small-caps; */
}
.news_document h2 {
	display: none;
}
.news_document h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
	color: black;
}

.news_document .newsThumb {
}
.news_document .p {
	text-align: justify;
	font-size: 10pt;
}
.news_document .thumb p {
	text-align: center;
	width: 120px;
	margin: 3px 3px;
	text-indent: 0;
}

}