.newscategory_2 {
    float: left;
	width: 100%;
	padding-bottom: 5px;
	margin: 10px 0px 5px;
}

.newscategory_2 .news {
    float: left;
	width: 100%;
	background-image: url(../cms/pics/news_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.newscategory_2 h1.newscategoryname {
	color: #005584;
	margin: 3px 0px;
}

.newscategory_2 .intronews {
    width: 100%;
	float: left;
}

.newscategory_2 .intronews .introtext {
    float: left;
	height: 102px;
	overflow: hidden;
	text-align: justify;
}

.newscategory_2 .more {
    float: left;
	width: 100%;
	text-align: right;
	margin: 0px;
	padding-top: 2px;
}

.newscategory_2 .more a {
	color: #253849;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

.newscategory_3 {
    float: left;
	width: 100%;
}

.newscategory_3 h1.newstitle {
	color: #2E0C00;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	margin: 5px 0px 15px;
}

.newscategory_3 .introtext {
    float: left;
	width: 100%;
}

.newscategory_3 .introtext .linkintrotext {
    float: left;
	width: 100%;
}

.newscategory_3 p.more {
	float: left;
	width: 100%;
	text-align: right;
}

.newscategory_3 p.more a {
	color: #2E0C00;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

.fullnews {
	width: 628px;
/*	padding: 0px 20px;*/
	float: left;
}

