/* CSS Document */

.news-title {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	color: #48489D;
}
.news-title a{
	font-size: 10px;
}
.news-title span{
	font-size: 8px;
}

.news-text{
	font-size: 11px;
	color: #4D3831;
	text-align: left;
}

.news-text-small {
	/*font-weight: normal; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
}
.news-text-Date {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-decoration: underline;
}
.red-bold {
	color: #FF0000;
	font-weight: bold;
}

.insert-button {
	display: block;
	width: 122px;
	height: 30px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	vertical-align: middle;
	background: url(pics/insert_btn.jpg) no-repeat;
	text-align: center;
	padding-top: 3px;
}
.insert-button:hover {
	background: url(pics/insert_btn_over.jpg) no-repeat;
	color: #B00000;
}

