/* CSS Document */
body{
background-color:#000000;
margin:0px;
}
.bg{
background-image:url(images/bg.jpg);
height:424px;
background-repeat:repeat-x;
}
.textbg{
background-image:url(images/textbg-long.jpg);
width:555px;
height:411px;
background-repeat:no-repeat;
}
.header{
text-align:left;
text-decoration:none;
font-family:basic Sans Heavy SF;
font-size:18px;
font-weight:bold;
color:#FFFFFF;
padding-left:10px;
}
.header1{
text-align:left;
text-decoration:none;
font-family:basic Sans Heavy SF;
font-size:18px;
font-weight:bold;
color:#FFFFFF;

}
.text{
text-align:justify;
text-decoration:none;
font-family:tahoma;
font-size:12px;
font-weight:normal;
color:#000000;
}
.footer{
text-align:center;
text-decoration:none;
font-family:tahoma;
font-size:9px;
font-weight:normal;
color:#FFFFFF;
}
.footer1{
text-align:center;
text-decoration:underline;
font-family:tahoma;
font-size:9px;
font-weight:normal;
color:#FFFFFF;
}
.footer1:hover{
text-align:center;
text-decoration:none;
font-family:tahoma;
font-size:9px;
font-weight:normal;
color:#FFFFFF;
}