/* CSS Document */
html, body {
margin : 0; 
background-color : #ffffff; 
background-image : url("images/vert_bg.jpg"); 
background-repeat : repeat-y; 
color : #000000; 
font-family : geneva, arial, sans-serif; 
font-size : 12px;
scrollbar-3d-light-color: #999999;
scrollbar-arrow-color: #990000;
scrollbar-track-color: #fefefe;
scrollbar-dark-shadow-color: #111111;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #333333;
scrollbar-shadow-color: #666666;
}
.hor_bg {
background-image : url("images/hor_bg.jpg");
background-color : transparent;
}
#logo1bg {
width:          160px;
height:         226px;
padding:        0px;
background-image:url("images/logo_01.jpg");
background-repeat:no-repeat;
background-color:transparent;
}
#logo2bg {
width:          565px;
height:         226px;
padding:        0px;
background-image:url("images/logo_02.jpg");
background-repeat:no-repeat;
background-color:transparent;
}
a:link {
color : #990000; 
text-decoration : none;
background-color : transparent;
} 
a:visited {
color : #990000; 
text-decoration : none;
background-color : transparent;
} 
a:active {
color : #990000; 
text-decoration : none;
background-color : transparent;
} 
a:hover {
color : #666699; 
text-decoration : underline;
background-color : transparent;
}
.just {
text-align : justify;
text-indent:10px;
}
.just2 {
text-align : justify;
}
P.pic_left {
float:left;
margin:3px;
}
P.pic_right {
float:right;
margin:3px;
}
#emailform {
position: absolute;
width: 135px;
height: 350px;
top: 475px;
left: 10px;
z-index: 2;
background-color : transparent;
}