
/* 

    These styles apply to news content on the front end as well as in the wysiwyg editor on the backend.
    
*/

.news_content h1,
.news_content h2
{
    border: 0;
    padding-bottom: 0.5em;
    font-weight: bold;
    color: #162867;
    font-size: 116%;
    
}

.news_content div
{
    margin: 1em 0;
    text-align: justify;
}

.news_content ul
{
    margin:  0 0 0 2em;
    padding: 0;
}

.news_content li
{
    margin:  0;
    padding: 0 0 0.5em 0.5em;
    list-style-type: disc;
    list-style-position: outside;
}

.news_content p
{
	text-align: auto;
}

.news_content u
{
	text-decoration: underline;
}

.news_content th, .news_content td
{
	padding: 0.5em;
}

.news_content table p
{
	margin: 0;
	padding: 0;
}

.news_content table 
{
	border-top: 1px solid #ECEEF5;
	border-bottom: 1px solid #ACB4D1;
	border-right: 1px solid #E5E5E5;
	font-size: 93%;
	width: 99.9%;
}

.news_content table th
{
	background: #FFFFFF url(../images/table_header_bkgd.gif) repeat-x left bottom;
	font-weight: bold;
	padding: 0.3em 0.6em;
	border-left: 1px solid #E5E5E5;
	vertical-align: top;
}

.news_content table th.no_bkgd
{
	background-image: none;
}

.news_content table th.no_bold
{
	font-weight: normal;
	font-style: italic;
}

.news_content table td
{
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #ACB4D1;
	padding: 0.3em 0.6em;
}