/* CSS Document */

body {
margin: 0px;
background-image: url(images/homenew_bg.jpg);
background-repeat: repeat-x;
background-color: #b5c969;
}

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

.featuredbg {
background-image: url(images/homenew_featuredbg.jpg);
width: 544px;
height: 113px;
}

.footerbg {
background-image: url(images/homenew_footerbg.jpg);
width: 751px;
height: 49px;
}

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

.tablepos1 {
margin-top: 13px;
}

.featuredtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #bf6f39;
}

.featuredtext1 {
color: #988675;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

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

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

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