/* CSS Document */

body{
background-color: transparent;
color: #001550;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
}

hr{
background-color: #FF0000;
color: #FF0000;
}

.sideimage{
margin-right: 5px;
margin-top: 2px;
}

.delivery{
margin-top: -1px;
}

td img{
margin-right: 1px;
margin-top: 1px;
}

.searchbutton{
background: url(../images/searchbutton_normal.gif) center no-repeat;
width: 77px;
height: 21px;
}

.searchbutton:hover{
background: url(../images/searchbutton_hover.gif) center no-repeat;
}

.searchbutton:active{
background: url(../images/searchbutton_press.gif) center no-repeat;
}

.drivebutton{
background: url(../images/drivebutton_normal.gif) center no-repeat;
width: 96px;
height: 25px;
}

.drivebutton:hover{
background: url(../images/drivebutton_hover.gif) center no-repeat;
}

.drivebutton:active{
background: url(../images/drivebutton_press.gif) center no-repeat;
}

.menubutton{
background: url(../images/menubutton_normal.gif) center no-repeat;
width: 96px;
height: 25px;
}

.menubutton:hover{
background: url(../images/menubutton_hover.gif) center no-repeat;
}

.menubutton:active{
background: url(../images/menubutton_press.gif) center no-repeat;
}

.sidemenu{

width: 193px;

padding-left: 25px;

padding-top: 100px;

font-size: 10pt;

}

div.hightlighttext{
color: #FF0000;
margin-top: 20px;
margin-bottom: 10px;
}