/* ESOC css */

body {
    background-color: #eee;    
    margin:auto;
    width:700px;
}



html, div, a, p, h1, h2, h3, h4, h5, h6, table, th, tr, td {
    font-family: Verdana, Helvetica, Sans-Serif;    
}

* html body {
    font-family: Verdana, Helvetica, Sans-Serif;    
    text-align: center;
}

html, body, div, a, p, h1, h2, h3, h4, h5, h6, table, th, tr, td {
    font-family: Verdana, Helvetica, Sans-Serif;        
}

* html p, * html table {
    width: 700px;
    text-align:left;
}

* html body, * html a, * html td {
    font-size:12px;
}

* html h1 {
    font-size:14px;
}

* html h2 {
    font-size:13px;
}

* html h3 {
    font-size:16px;
}

a:link, a:visited, a:active, a:hover {
    text-decoration:none;
    color:#009; 
    padding:2px;   
}

a:hover {
    text-decoration:none;
    color:#eee;    
    background-color:#009;
    padding:2px;
}


img {
    width:660px;    
    margin:2px;
    margin-left:20px;
    margin-bottom:10px;    
}


hr {
    width:700px;
    height:1px;
    border:1px dashed #333;
    border-left:0px;
    border-right:0px;
    border-top:0px;
}