﻿/* GLOBAL BROWSER RESETS */
* {
    margin: 0;
    padding: 0;
    }

body, p {
    font-family: Verdana, Times New Roman;;
    font-size: 12px;
    color: #222222;
    }

h1, h2, h3, h4, h5, h6 {
    color: #505050;
    font-family: Verdana, "Times New Roman", Serif;
    font-weight: normal;
    }

h1 {
    font-size: 30px;
    }
    
h2 {
    font-size: 18px;
    }
    
h3 {
    font-size: 12px;
    font-weight: bold;
    }
    
.ingress, .Ingress, .teaseringress {
    font-size: 15px;
    font-family: Verdana, "Times New Roman", Serif;
    color: #505050;
    font-style: italic;
    padding-bottom: 3px;
    }
    
.lastNed {
    font-size: 11px;
    color: #505050;
    }
    
p {
    line-height: 1.4em;
    margin-bottom: 5px;
    }
    
a {
    color: #fd6100;
    text-decoration: none;
    font-size: 13px;
    }
    
a:hover {
    text-decoration: underline;
    }
    
fieldset {
    border: 0px;
    }
    
.EditorContentContainer ul {
    margin-left: 25px;
    }   

ul.advertlist {
    margin: 10px 0px 10px 0px;
    }
    
ul.advertlist li {
    list-style: none;
    background: url('images/listarrow.png') no-repeat 0px 0px;
    padding-left: 25px;
    line-height: 20px;
    margin-top: 5px;
    color: #666666;
    }
    
.logo {
    
    }