body { 
 font-family: "Lucida Grande", Verdana, Sans-serif;
 font-size: 14px;
 color: #000000;
 margin:0px;
 padding:0px;
}
img{
    border:0px;
}
a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
 outline-style:none;
 outline-width:0px;
}
.header {
     background-color: #EAEAEA;
     padding-left:2px;
     padding-right:2px;
}
.grayline {
    border: 1px solid #666666;
    border-collapse: collapse;
}
.logo,.logo a{
    background-image:url('../images/logomobile.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: 2px 0px;
    font-weight: bolder;
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
    padding-left:13px;

}
.logo span, .logo a span{
    color:#B40404;
}
.top{
    text-align: left;
    padding:5px;
    font-size: 10px;
}
.searchbar{
    background-color: #EAEAEA;
    font-size: 10px;
    padding-left:4px;
}
.searchbar a {
    text-decoration: none;
}
.categories,.categories a{    
     font-size: 10px;
     text-decoration: none;
}
.content{
     background-color: #EAEAEA;
}
.odd{
    background-color: #F0F0F0;
    padding-left:4px;
}
.even{
    background-color: #FFF;
    padding-left:4px;
}
.footer{
    font-size: 9px;
    background-color: #FBF3CE;
    text-align: left;
    font-weight: bold;
    width: 100%;
    clear: left;
}
.error{
    font-weight: bold;
    color:#ff0000;
}

