body { 
background-color : #ead5a8; 
background-image:url(../images/bg_01.gif); 
margin : 0; 
padding : 0;
}


/**************************************** Fonts ****************************************/

.normal1 { 
font-size : 11px; 
color : #120d08; 
font-family : Verdana, sans-serif; 
}


.normal2 { 
font-size : 9px; 
color : #fee8bd; 
font-family : Verdana, sans-serif; 
}


/**************************************** Titles ****************************************/

.title1 { 
font-size : 14px; 
font-weight : bold; 
color : #a70606; 
font-family : Verdana, sans-serif; 
}


.title2 { 
font-size : 11px; 
font-weight : bold; 
color : #120d08; 
font-family : Verdana, sans-serif; 
}


.title3 { 
font-size : 11px; 
font-weight : bold; 
color : #607603; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}


.title4 { 
font-size : 11px; 
font-weight : bold; 
color : #a70606; 
font-family : Verdana, sans-serif; 
}


/**************************************** Links ****************************************/

.link1 { 
font-size : 11px; 
color : #e3bb5c; 
font-family : Verdana, sans-serif; 
}
.link1 A:link { 
font-size : 11px; 
color : #e3bb5c; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}
.link1 A:visited { 
font-size : 11px; 
color : #e3bb5c; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}
.link1 A:hover { 
font-size : 11px; 
color : #ffffff; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}


.link2 { 
font-size : 11px; 
color : #120d08; 
font-family : Verdana, sans-serif; 
}
.link2 A:link { 
font-size : 11px; 
color : #120d08; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}
.link2 A:visited { 
font-size : 11px; 
color : #120d08; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}
.link2 A:hover { 
font-size : 11px; 
color : #a70606; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}


.link3 { 
font-size : 11px; 
font-weight : bold; 
color : #120d08;  
font-family : Verdana, sans-serif; 
}
.link3 A:link { 
font-size : 11px; 
font-weight : bold; 
color : #120d08; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}
.link3 A:visited { 
font-size : 11px; 
font-weight : bold; 
color : #120d08; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}
.link3 A:hover { 
font-size : 11px; 
font-weight : bold; 
color : #a70606;  
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}


.link4 { 
font-size : 11px; 
color : #120d08;  
font-family : Verdana, sans-serif; 
}
.link4 A:link { 
font-size : 11px; 
font-weight : bold; 
color : #120d08; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}
.link4 A:visited { 
font-size : 11px; 
font-weight : bold; 
color : #120d08; 
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}
.link4 A:hover { 
font-size : 11px; 
font-weight : bold; 
color : #a70606;  
font-family : Verdana, sans-serif; 
text-decoration : underline; 
}


/**************************************** Table Border ****************************************/

.tableborder1 { 
border-right : 3px solid #35271b; 
border-top : 3px solid #35271b; 
border-left : 3px solid #35271b; 
border-bottom : 3px solid #35271b; 
}


.tableborder2 { 
border-right : 1px solid #35271b; 
border-top : 1px solid #35271b; 
border-left : 1px solid #35271b; 
border-bottom : 1px solid #35271b; 
}


/**************************************** Images ****************************************/

.top_13 { 
background-image : url(../images/top_13.jpg); 
width : 630px; 
height : 25px; 
background-repeat : no-repeat; 
}


.menu_bg_01 { 
background-image : url(../images/menu_bg_01.jpg); 
width : 250px; 
height : 490px; 
background-repeat : repeat; 
}


.menu_bg_02 { 
background-image : url(../images/menu_bg_02.jpg); 
width : 226px; 
height : 80px; 
background-repeat : no-repeat; 
}


.point_01 { 
background-image : url(../images/point_01.gif); 
width : 20px; 
height : 25px; 
background-repeat : no-repeat; 
}


.contact_pic_01 { 
background-image : url(../images/contact_pic_01.jpg); 
width : 226px; 
height : 100px; 
background-repeat : no-repeat; 
}


/******************************* Zoom Image *******************************/


.luckyZoomSmallImageCont {
position: relative;
}

.luckyZoomBigImageCont {
overflow: hidden;
position: absolute;
border: 1px solid #000000;
visibility: hidden;
/* display: none; */
}

.luckyZoomHeader {
position: relative;
z-index: 10;
left: 0px;
top: 0px;
font: 10px Tahoma, Verdana, Arial, sans-serif;
color:#fff;
background:#CC0000;
padding:3px;
}

.luckyZoomHeader a {
color: #fff;
}

.luckyZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
width                   : 40px;
height                  : 40px;
border: 1px solid #aaa;
background: #ffffff;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}

