
/* css for news */

.quoteword p{
font-size:19px;
letter-spacing:0.04em
}

.news{
display:inline;
float:left;
margin:16px 0 0 0;
padding:4px 4px 16px 4px;
width:730px;
background:#d9f9ff url(../images/boxlight_bg.png) bottom center repeat-x
}

.news h3{
display:block;
margin:4px 0;
padding:14px 4px 5px 4px;
font-size:16px;
color:#cc3333
}

.news h4{
display:block;
margin:0 0 10px 0;
padding:0 8px;
font-size:12px;
color:#cc6666;
}

.news p{
display:block;
margin:8px 0;
padding:4px 12px;
line-height:1.6;
text-align:justify;
color:#333333
}

.news p strong{ padding-left:2px; color:#776666 }

.news span.image{
display:inline;
margin:13px 13px 2px 13px;
width:162px;
height:118px
}

.news span.image a:link, .news span.image a:visited, .news span.image a:focus, .news span.image a:hover, .news span.image a:active{
display:block;
margin:0;
padding:0;
height:118px;
overflow:hidden
}

.news span.single{ float:left }

.news span.double{ float:right }

.news span.triple{ margin-top:20px !important; float:right; clear:right }

.news span.image img{ width:148px }

