<style type="text/css">
body,td,div,.p,a{font-family: Arial; font-size: 13px; line-height: 18px; color:#cccccc }	
.bg_menu   {background: url("../images/bg_menu_s.jpg") top no-repeat}
.bg_menu_rew   {background: url("../images/bg.gif") top no-repeat}
.bg_left1   {background: url("../images/topleft.gif") top right no-repeat}
.bg_right1  {background: url("../images/topright.gif") top left no-repeat}
.bg_left2   {background: url("../images/midleft.gif") top right no-repeat}
.bg_right2  {background: url("../images/midright.gif") top left no-repeat}
.bg_right21  {background: url("../images/midright2.gif") top left no-repeat}
.bg_left3   {background: url("../images/bottomleft.gif") top right repeat}
.bg_right3  {background: url("../images/bottomright.gif") top left repeat}
.bg_bodybt  {background: url("../images/body_bottom.gif") bottom no-repeat}
</style>

.covertext { font-family: Arial;	font-size: 13px;	font-weight: normal;	line-height: 22px}
.covertextmenu { font-family: Arial;	font-size: 14px;	font-weight: normal; color: #333300; line-height: 22px}
a.covertext:link { text-decoration :  none; color: #8D9933;}
a.covertext:visited {text-decoration: none; color: #8D9933;}
a.covertext:active {text-decoration: none; color: #8D9933;}
a.covertext:hover {text-decoration: underline;}

a.text:link { font-family: Arial;	font-size: 14px;	font-weight: normal; color: #333300; line-height: 22px; text-decoration:none;}
a.text:visited { font-family: Arial;	font-size: 14px;	font-weight: normal; color: #333300; line-height: 22px; text-decoration:none;}
a.text:active { font-family: Arial;	font-size: 14px;	font-weight: normal; color: #333300; line-height: 22px; text-decoration:none;}
a.text:hover { font-family: Arial;	font-size: 14px; font-weight:bold; color: #333300; line-height: 22px; text-decoration:none;}

a.detail:link { font-family: Arial;	font-size: 14px;	font-weight: normal; color: #333300; line-height: 22px; text-decoration:none;}
a.detail:visited { font-family: Arial;	font-size: 14px;	font-weight: normal; color: #333300; line-height: 22px; text-decoration:none;}
a.detail:active { font-family: Arial;	font-size: 14px;	font-weight: normal; color: #333300; line-height: 22px; text-decoration:none;}
a.detail:hover { font-family: Arial;	font-size: 14px; font-weight:normal; color: #333300; line-height: 22px; text-decoration:underline;}

.head {  font-family: "Times New Roman"; font-size: 32px; font-style: normal; color: #8D9933; line-height: 30px}

.headmenu {  font-family: "Times New Roman"; font-size: 32px; font-style: normal; color: #535300; line-height: 24px}
.head7days {  font-family: "Times New Roman"; font-size: 24px; font-style: normal; color: #535300; line-height: 24px}


.menu {	font-family: Arial;	font-size: 15px; line-height: 20px;	font-weight: 600;}
a.menu:link {text-decoration :  none; color: #8D9933;}
a.menu:visited {text-decoration: none; color: #8D9933;}
a.menu:active {text-decoration: none; color: #8D9933;}
a.menu:hover {text-decoration: underline;}

.address { text-decoration: none; font-family: Arial; font-size: 11px; line-height: 12px;}
a.address:link {	text-decoration: none; color: #8D9933;}
a.address:visited {text-decoration: none; color: #8D9933;}
a.address:active {text-decoration: none; color: #8D9933;}
a.address:hover {text-decoration: underline;}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 1px thin gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
