/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   



    
/* GENERIC */
H1  {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #626466;
}

H2  {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #626466;
}

H3  {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #02482D;
}

H4  {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #02482D;
}

H5, DT  {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #02482D;
}

H6  {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #02482D;
}

p  {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;

}

TFOOT, THEAD    {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #02482D;
}

TH  {
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #02482D;
}

TD  {
    
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
}


A:link  {
    text-decoration:    none;
    color:  #02482D;
}

A:visited   {
    text-decoration:    none;
    color:  #02482D;
}

A:active    {
    text-decoration:    none;
    color:  #02482D;
}

A:hover {
    text-decoration:    underline;
    color:  #AB0E0E;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


