body#news div.news_body u {
text-decoration: none;
border-bottom: 2px solid #006dae;
}

body#news div.news_body p {
padding:0 25px 10px 25px;
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
line-height: 23px;
}


body#news div.news_body {
padding-top: 1.5em;
}

body#news div.news_body u {
text-decoration: none;
}


/* --------------------------------
	 Typo
----------------------------------- */

body#news div.news_body h1 {
font-size: 18px;
font-family: Helvetica, Arial, sans-serif;
color: #C1272D;
padding:10px 25px;
}

p.head_text {
font-size: 10px;
text-align: center;
padding:10px 5px 10px 5px;
font-family: Helvetica, Arial, sans-serif;
line-height: 20px;
}

body#news div.news_body .blue {
color: #006dae;
}


body#news div.news_body .red {
color: #C1272D;
}


body#news div.news_body span.orange {
color: #e66223;
}

body#news div.news_body u.orange {
border-bottom: 2px solid #e66223;
}


/* --------------------------------
	 Boxes
----------------------------------- */


body#news div.news_body .grey_box {
margin:20px 0;
padding: 20px;
background: #e5e5e5;
font-size: 15px;
color: #000;
border-bottom: #ccc solid 1px;
border-top: #ccc solid 1px;
}



/* --------------------------------
	 Lists 
----------------------------------- */

body#news div.news_body ul, body#news div.news_body ol {
list-style-position: outside;
margin: 0 60px 0 40px;
font-family: Helvetica, Arial, sans-serif;
}

body#news div.news_body li {
padding-bottom: 1em;
padding:0 25px 10px 0;
margin-left: 20px;
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
line-height: 23px;
}

body#news div.news_body ul.bold li {
font-weight: bold;
}

ul.bullets li {list-style: disc; }

/* --------------------------------
	 Images
----------------------------------- */

body#news div.news_body .img_right {
padding:0px 0px 10px 30px;
float: right;
margin-right: 30px;
}

body#news div.news_body .img_left {
padding:0px 30px 10px 0px;
float: left;
margin-left: 30px;
}

