/* Stylesheet for DEFAULT Wap-2-Go Theme */

body {
    background-color:#DDD;
    padding: 0px;
    margin: 0px;
    font-size:90%;
    color:#000;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    }
p   {
    font-size: 90%;
    margin: 0.5em;
    }
.left
    {
    text-align: left;
    }
.center
    {
    text-align: center;
    }
.right
    {
    text-align: right;
    }
.justify
    {
    text-align: justify;
    }
.bold
    {
    font-weight: bold;
    }
.underline
    {
    text-decoration: underline;
    }
.italic
    {
    font-style:italic;
    }
.small {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:90%;
    }
img {
    border: none;
    padding: 0px;
    margin: 0px;
    }
img a{
    border: none;
    }
/* Site Name */
h1  {
    font-size:120%;
    text-align:center;
    font-weight:bold;
    margin: 0;
    }
/* 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 */
#header {
    text-align:center;
    font-style:oblique;
    margin: 0 auto;
    padding: 0;
    }
#pagetitle {
    text-align:center;
    padding: 0;
    }   
#footer {
    text-align:center;
    font-size:80%;
    margin: 0 auto;
    padding: 0;
    }
#content {
    text-align:center;
    font-size: 85%;
    padding: 0;
    margin: 0;
    }
#pagewrap {
    background: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#menu {
    width: 100%;
    position: inherit;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    }