body{
background-image:url(../images/body_bg.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
margin:0px;
}



/* ===================== text class here ===================== */
.general_txt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}
.general_txt a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}
.general_txt a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;
}

