/* Default Text */

body, td, tr, div, span, p, ul, li {

        font-family:Verdana;

        font-size:11px;

        color:#000000;

}



.menu_links {

        color:#FFFFFF;

        }
/* Small Text */
.small {
        font-family:Verdana;
        font-size:11px;
        color:#000000;
}
.small b b a{
color:#383F75;
text-decoration:none;
}
.small b b a:hover{
color:#0000ee;
text-decoration:none;
}
/* Warning Color */
.warning {
        color:red;
}



/* Success Color */

.success {

        color:blue;

}



/* Title */

.title{
font-size:14px;
margin:10px 0px;
text-align:left;
}
.title a{
text-decoration:none;
color:#000;
}


/* Table Border */

.tblbdr {

        background-color:#CCCCCC;

}
.tblhdr a{
color:#0000ee;
text-decoration:none;
}
.tblhdr a:hover{
color:#ee0000;
text-decoration:none;
}

/* Table Header */

.tblhdr {

        background-color:#CCCCCC;

}



/* Table Row 1 */

.tblrow1 {

        background-color:#e1e1e1;

}



/* Table Row 2 */

.tblrow2 {

        background-color:#F3F3F3;

}

.tblrow1 a, .tblrow2 a{
color:#383f75;
text-decoration:none;
}

/* Lines */

.lines {

        background-color:gray;

}



/* New Listings */

.newlisting {

        color:#0000FF;

        font-weight:bold;

        }

        

/* H1 */

h1      {

        font:bold 18px arial,helvetica,sans-serif;

        }


