/* CSS Document */

#newsbox {
background-color: #333943;
width: 700px;
padding:12px 14px 20px 14px;
margin-top: 14px;
}

.newscontent {
color: #fff;
text-align:justify;
padding-top: 7px;
line-height: 1.4em; 
}

.newsboxcontent {
width: 695px;
}

.caption {
width: 440px;
padding-top: 5px;
padding-bottom: 20px; 
font-size: 0.9em;
color: #fff;
}

#leftc .newscontent a {
color: #2fb3e2;
}

#leftc h2 {
text-align:right;
font-family: Lucida Sans, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:normal;
color: #1db6ec;
padding: 12px 0px 3px 0px;
border-bottom: 1px solid #2fb3e2;
}

.blue {
	font-size: 13px;	
	background-color: transparent;
	color: #2fb3e2;
}


