body, table, td, th {
    font-size : 11px;
    color: #4b4b4b;
    background-color: #fff;
}

th { font-weight: 800; }
body, input, textarea, select { font-family: "Arial Unicode", Arial, "Lucida Sans Unicode", Helvetica, sans-serif; }
p, ul, ol { margin: 0 0 1em 0; }
ul, ol {
    padding-left: 20px;
    margin-left: 0;
    list-style-position: outside;
    marker-offset: 1em;
}
ul { 
    list-style-type: square;
}
li {
    margin: 0.2em 0 0.2em 1em;
    padding: 0;
}
h1, h2, h3, h4 {
	font-family: DIN, Arial, sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0.2em 0;
}

h1 { font-size: 20px; }
h2 { font-size: 15px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

/* General Links */
a:link { text-decoration: none; color: #005293; } 
a:active { text-decoration: none; color: #005293; } 
a:visited { text-decoration: none; color: #005293; } 
a:hover { text-decoration: none; color: #3783bf; }
