.Heading1, h1 {
	padding:0px;
	padding-bottom:16px;
	margin:0px;
	color:#333;
	font-weight:normal;
	font-size:2.0em;
}

.Heading2, h2{
	padding:0px;
	margin:0px;
	color:#333;
	font-weight:bold;
	font-size:1.8em;
}

.Heading3, h3{
	padding:10px 0;
	margin:0px;
	color:#333;
	font-weight:bold;
	font-size:1.6em;
}

.Heading4, h4{
	padding:0px;
	margin:0px;
	color:#333;
	font-weight:bold;
	font-size:1.4em;
}

.Heading5, h5{
	padding:0px;
	margin:0px;
	color:#333;
	font-weight:bold;
	font-size:1.2em;
}

.Heading6, h6{
	padding:0px;
	margin:0px;
	color:#333;
	font-weight:bold;
	font-size:1em;
}

.normal, p
{
	padding:0px 0px 16px 0px;
	margin:0px;
}

ul
{
	list-style-type: disc;
	list-style-position: inside;
}

ol
{
	list-style-type: ;
	list-style-position: inside;
}

table
{
    float : left;    
}
table tr td.ImmTextAlign_Left
{
	text-align : left;
}

table tr td.ImmTextAlign_Right
{
	text-align : right;
}

table tr td.ImmTextAlign_Justify
{
	text-align : justify;
}

table tr td.ImmVerticalAlign_Top
{
	vertical-align : top;
}

table tr td.ImmVerticalAlign_Middle
{
	vertical-align : middle;
}

table tr td.ImmVerticalAlign_Bottom
{
	vertical-align : bottom;
}

div.Highlight {
	background-color:#ffffff;
	border:1px solid #DCDBD9;
	padding:10px;
	}
	
	div.Highlight li {
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 0 15px;
    color:#f54349;
	}
	
	div.Highlight li p {
	color:#000;
	}
	
	div.Highlight li p strong {
	color:#f54349;
	}
	
div.editor_relatedbox
{
    float :left;
    margin : 0;
    padding : 0;
    width : 230px;
    background-color : #ffffff;
    border : 0px;
    font-size : 0.8em;
    color : #333333;
}

div.editor_memberbox
{
    float :left;
    margin : 0;
    padding : 0;
    width : 220px;
    background-color : #ffffff;
    border : 0px;
    font-size : 0.8em;
    color : #333333;
}

    div.editor_relatedbox ul,
    div.editor_relatedbox ol,
    div.editor_memberbox ul,
    div.editor_memberbox ol
    {
	    color : #333333;
    }
    
    div.editor_relatedbox h1,
    div.editor_relatedbox h2,
    div.editor_relatedbox h3,
    div.editor_relatedbox h4,
    div.editor_relatedbox h5,
    div.editor_relatedbox h6,
    div.editor_memberbox h1,
    div.editor_memberbox h2,
    div.editor_memberbox h3,
    div.editor_memberbox h4,
    div.editor_memberbox h5,
    div.editor_memberbox h6
    {
        color : #333333;
    }
    
    

p.bluecontent 
{
	color: #5ebae3;
	font-weight: bold;
}

p.largewhite{
	font-size: 2.3em;
	padding:0 0 10px 0;
	text-transform : uppercase;
	color : #ffffff;
	font-weight : bold;
	}
    
    p.largewhite a,
    p.largewhite a:link,
    p.largewhite a:hover 
    {
        color : #ffffff;
        font-weight : bold;
        text-decoration:none;
    }	
