/* Stylesheet for DEFAULT Wap-2-Go Theme */

body {
    background-color:#DDD;
    padding: 0px;
    margin: 0px;
    font-size:12px;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    }
small {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    }
img {
    border: none;
    padding: 0px;
    margin: 0px;

    }
img a{
    border: none;
    }
p   {
    text-align:left;
    }
/* Site Name */
h1  {
    font-size:120%;
    text-align:center;
    font-weight:bold;
    }
/* Page Headings */
h2  {
    font-size:110%;
    text-align:center;
    color:#000000;
    border:1px solid #333;
    font-weight:bold;   
    background-color:#EFEFEF;
    }
/* Page Sections, Block Titles etc */
h3  {
    font-size:100%;
    text-align:center;
    color:#000;
    font-weight:bold;   
    background-color:#FFF;
    }
    
table {
    background-color:#EEEEEE;
    color:#000;
    border:0px;
    }
    
/* Page Divs */
#pagewrap {
    overflow-x: auto;          
}
#header {
    text-align:center;
    font-style:oblique;
    }
#pagetitle {
    text-align:center;
    }
#content {
    }
#footer {
    text-align:center;
    font-size:80%;
    }