﻿.news_title
{
	background: url('images/news_title.gif') no-repeat;
	margin-bottom: 0px;
	padding-left: 16px;
	line-height: 30px;
	font-size: 110%;
	font-weight: bold;
}
.news_body
{
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 5px;
    width:auto;
}
.title1
{
    line-height: 30px;
    background-image: url('images/greenbar.gif');
    background-repeat: repeat-x;
    color: White;
    width: 300px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.ul1
{
    padding-left: 0;
    list-style: none;
}
.ul1 li
{
    margin-bottom: 10px;
    line-height: 30px;
    background-image: url('images/skybluebar.gif');
    background-repeat: repeat-x;
    width: 400px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    margin-left: auto;
    margin-right: auto;
}