/* 
    Basic HTML Elements (no ids or classes please)
*/
HTML, BODY, FORM, DIV, SPAN, P, A, UL, OL, LI, DL, DT, DD, H1, H2, H3, H4, H5, H6, IMG, FORM, FIELDSET, LABEL, INPUT, BUTTON, SELECT, TEXTAREA, EMBED, TABLE TH, TD, OBJECT, EMBED 
{
    margin:0px; padding:0px;
    
}
HTML{overflow:scroll;}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background:#FFFFFF url(/structure/grey_BG.jpg) 50% 0% no-repeat fixed;
    margin:0px; padding:0px;
    background-position:center;;
    
}
p, ul, ol, TABLE TH, TD, blockquote, input, select, textarea {
    color:#333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.2em;
    text-align:left;
    font-weight:normal;    
}
ul
{
    font-size:12px;
}
input{
    color:#333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.2em;
    text-align:left;
    font-weight:normal;    
}
body > p, body > ul, body > ol, body > TABLE TH, body > TD, body > blockquote{
    font-size:1.2em;
}
table a  {
    color:#333333;
    font-size:1.2em;
    text-align:left;
}

table, table td, table th, table tr, td, tr, th {
    padding:2px 5px 2px 5px; /*top right bottom left */
    border:solid 1px black;
    /*border-style:none;*/
    border-collapse:collapse;
    border-spacing:0;
    /*border-width:0;
    table-border:none;*/
    vertical-align:top;
}

p {
    margin: 0 0 0 0;
    /*padding: .6em 20em 0em 0em;/* top right bottom left*/
    color:#333333;
    font-size:1.2em;
    text-align:left;
}
H1 
{
    font-size:1.9em;
    font-weight:normal;
    color:#76C043;
}
H2 
{
    font-size:1.5em;
    font-weight:bold;
    color:#76C043;
}
H3
{
    font-size:1.2em;
    font-weight:bold;
    color:#76C043;
}
H4 
{
    font-size:1.1em;
    font-weight:bold;
}
H5
{
    font-size:1em;
    font-weight:bold;
}
H6 
{
    font-size:.9em;
    font-weight:normal;
    font-style:none;
    color:#999999;
}
blockquote 
{
    font-size:larger;
    font-style:italic;
}

a 
{
    color:#76C043;
    text-decoration:underline;
}
a:hover{color:#818181;}
