﻿.textcontent {
    padding: 0 !important; 
    margin: 0 !important; 
	font-family: Tahoma, Arial, Helvetica, sans-serif !important; 
	font-size:1.1em;
}

.textcontent h1, .textcontent h2, .textcontent h3, .textcontent h4, .textcontent h5, .textcontent h6, .textcontent ul, .textcontent li, .textcontent em, 
.textcontent strong, .textcontent pre,.textcontent code {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    background:none;
}
.textcontent table {
    font-size: inherit;
    font: 100%;
}
.textcontent img {
    
}
.textcontent p {

}

.textcontent ul
{
    list-style-type:disc !important;
    padding-left:20px !important;
}

.textcontent ul li
{
	
}

.textcontent ol
{
    list-style-type:decimal !important;
    padding-left:20px !important;
}

.textcontent h1
{
    font-size:4.0em !important;
}

.textcontent h2
{
    font-size:3.5em !important;
}

.textcontent h3
{
    font-size:3.0em !important;
}
.textcontent h4
{
    font-size:2.0em !important;
}
.textcontent h5
{
    font-size:1.5em !important;
}