/* CSS Document */

.bodybg {
margin: 0px;
background-image: url(images/hnew_bg.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
}

/* for text formatting */
.footertext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #51764D;
}

.footertext1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #063c00;
font-weight:bold;
}

.title {
color: #51764D;
font-weight:bold;
}
/* end for text formatting */

/* for the positioning */
.footerpos {
margin-top: 25px;
}

p {
margin-top: 15px;
margin-bottom: 15px;
}
/* end for the positioning */

/* for all the links */
a.footerlink {
color: #063c00;
text-decoration: underline;
}

a.footerlink:hover {
color: #063c00;
text-decoration: none;
}
/* end for all the links */