/* CSS Document */

body {
margin: 0px;
background-color: #030101;
}

.welcomebg {
background-image: url(images/homenew_welcomebg.jpg);
width: 700px;
height: 147px;
}

.welcometext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fffefe;
}

.tablepos1 {
margin-top: 7px;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fffefe;
}

a.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fffefe;
text-decoration: underline;
}

a.footertext:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #e99277;
text-decoration: none;
}