/* CSS Document */
body{ 
background-image:url(../images/body-bg.jpg);
background-repeat:repeat;
margin:0px;
padding-top:13px;
}







/* ============== text class here =================== */
.navi{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000;
font-weight:bold;
text-decoration:none;
}
.navi a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000;
font-weight:bold;
text-decoration:none;
}
.navi a:hover{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#006600;
font-weight:bold;
text-decoration:none;
}

.heading{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#006600;
}
.linktxt{
font-family:arial;
font-size:12px;
color:#585858;
text-decoration:none;
}
.linktxt a{
font-family:arial;
font-size:12px;
color:#585858;
text-decoration:none;
}
.linktxt a:hover{
font-family:arial;
font-size:12px;
color:#2C823F;
text-decoration:none;
}
.footer_txt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}
.footer_txt a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}
.footer_txt a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}