﻿#content-container
{

	/*letter-spacing:1px;*/
	color:#786860;
    font-size: 1.2em;
}
/* added */
#content-container a:link {
	color: #ed1a3b;
	text-decoration: none;
	font-weight:700;
	font-size: .85em;
}

#content-container a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-size:.85em;
}
#content-container a:hover {
	text-decoration: underline;
}

#content-container p, #content ul, #content ol, #content blockquote {
	margin-top: 0 !important;
	margin-bottom: 1.25em;
}
#content-container h3 {
	color: #ed1a3b;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

/* end added */

#content-container h1
{
    font-size: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-weight: bold;
    text-align:left;
    color:  #ed1a3b;
}

#content-container h2 
{
	font-size: 1.1em;
	margin-top: 1.5em;
    margin-bottom: 0;
    font-weight: bold;
    color: #ed1a3b;
    text-align: left;
}

#content-container h3 
{
	font-size: 1em;
	margin-top: 1.5em;
    margin-bottom: 0;
    font-weight: bold;
    color: #ed1a3b;
    text-align: left;
	font-size: .85em;
}

#content-container p 
{
	text-align: left;
	
	margin-bottom: 1.5em;
	margin-top: 0;
	color:#786860;
}

#content-container ul 
{
	margin-left: 15px;
}

#content-container ol 
{
	margin-left: 25px;
	font-weight: bold;
    color: #000080;
}

#content-container ol li
{
	margin-bottom: 1.5em;
}

#content-container li
{
	text-align: left;

}

#content-container ol ul li
{
	font-weight: normal;
    color: #786860;
    margin-bottom: 0;
}

#content-container ul li
{
	list-style-image:url('../../images/bullet.gif');
	/*letter-spacing:1px;*/
	font-size:1em;
	margin-bottom:2px;
}

#content-container table
{
	border: 0 none;
	margin-bottom: 0;
}

#content-container table ul
{
	margin-bottom: 0;
}

#content-container th 
{
	text-align: left;
	font-weight: bold;
}

#content-container td
{
	vertical-align: top;
	padding-right: 20px;
}

#content-container td li 
{
	text-align: left;
}

#content-container strong.h2
{
	font-weight: bold;
	color:#786860;
}
