/* CSS Document */



body {

margin: 0px;

background-image: url(images/hnew_bg.jpg);

background-repeat: repeat-x;

background-color: #031d68;

}



.headerbg {

background-image: url(images/hnew_header1.jpg);

height: 94px;

width: 758px;

background-repeat: no-repeat;

}



.bodybg {

background-image: url(images/hnew_bodybg.jpg);

height: 58px;

width: 758px;

background-repeat: no-repeat;

}



.bottomtextbg {

background-image: url(images/hnew_bottomtextbg.jpg);

background-repeat: repeat-x;

}



/* for text formatting */

.footertext {

font-family: Arial, Helvetica, sans-serif;

font-size: 10px;

color: #7e92a4;

}

/* end for text formatting */



/* for all the links */

.footertext a {
color: #7e92a4;
text-decoration: underline;
}

.footertext a:hover {
color: #FFFFFF;
text-decoration: none;
}

.footertext2 {

font-family: Arial, Helvetica, sans-serif;

font-size: 10px;

color: #031D68;

}

.footertext2 a{

color: #031D68;

}

.footertext2 a:hover{

color: #7e92a4;

}

a.hiddenlink {
color: #031d68;
text-decoration: underline;
}

a.hiddenlink:hover {
color: #FFFFFF;
text-decoration: none;
}

/* end for all the links */



/* for the positions */

.bottomtextpos {

margin-top: 15px;

}

/* end for the positions */