@charset "utf-8";
/* CSS Document */
body{
margin-bottom:0px;
margin-left:0px; 
margin-right:0px;
margin-top:0px;
}

.border{
background-image:url(image/border.jpg);
background-position:left;
background-repeat:repeat-x;
}

.buttonbg{
background-image:url(image/buttonbg.jpg);
background-position:left;
background-repeat:repeat-x;
}

.buttontext{
font-family:ITC Esprit;
font-size:16px;
color:#000000;
font-weight:normal;
text-decoration:none;
}

.buttontext:hover{
font-family:ITC Esprit;
font-size:16px;
color:#f90b0b;
font-weight:normal;
text-decoration:none;
}

.buttontext1{
font-family:ITC Esprit;
font-size:16px;
color:#000000;
font-weight:normal;
text-decoration:none;
}

.buttontext1:hover{
font-family:ITC Esprit;
font-size:16px;
color:#f7f403;
font-weight:normal;
text-decoration:none;
}

.searchtop{
background-image:url(image/searchtop.jpg);
background-position:left;
background-repeat:repeat-x;
}

.searchbg{
background-image:url(image/searchbg.jpg);
background-position:left;
background-repeat:repeat-x;
}

.mainbg{
background-image:url(image/mainbg.jpg);
background-position:top;
background-repeat:repeat-y;
}

.bottombg{
background-image:url(image/bottombg.jpg);
background-position:left;
background-repeat:repeat-x,y;
}

.copyright{
font-family:Tahoma;
font-size:11px;
font-weight:normal;
color:#ffffff;
}

.bodytext{
font-family:Tahoma;
font-size:12px;
font-weight:normal;
color:#CCCCCC;
}