.bg_yellow
{
background:url(../images/bg-yellow.gif);
height:33px;
background-repeat:repeat-x;
}

.bg_white
{
background:url(../images/bg-white.gif);
height:33px;
background-repeat:repeat-x;
}


.bg_grey
{
background-image: url(../images/bg_grey.gif);
background-repeat: repeat-y; 
}

.bg_shadowright
{
background-image: url(../images/bg_right.gif);
background-repeat: repeat-y; 
}

.bg_icon
{
background-image: url(../images/bg_icon.gif);
background-repeat:repeat-x;
}

.bg_bottom
{
background-image: url(../images/bg_bottom.gif);
background-repeat:repeat-x;
}

.bg_welcome
{
background-image: url(../images/bg_blue3.gif);
background-repeat:repeat-x;
}

.bg_dotline
{
background-image: url(../images/dot_line.gif);
background-repeat:repeat-x;
}

