@font-face {
    font-family: 'Oxygen', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 13pt
}

 body {
 color: #000000;
 background-color:#ffffff;
 padding-top: 0pt; padding-left: 0pt; padding-right: 0pt;    		
 padding-bottom: 0pt; margin-bottom: 0pt; margin-top: 0;
 font-family: 'Oxygen', sans-serif;
 font-size: 13pt
}

O { 
 	font-family: 'Oxygen', sans-serif;
 	font-size: 8pt; text-indent: 8pt; color: #000;}
	
O2 { 
 	font-family: 'Oxygen', sans-serif;
 	font-size: 8pt; text-indent: 8pt; color: #000; text-decoration: none;}
 
 a.link-style1 {font-family: 'Oxygen', sans-serif;; color:#000; font-size: 13pt;}
 a.link-style1:link {font-family: 'Oxygen', sans-serif; text-decoration: none; color:#000; font-size: 13pt;}
 a.link-style1:visited {font-fasmily: 'Oxygen', sans-serif; text-decoration: none; color:#000; font-size: 13pt;}
 a.link-style1:hover {font-family: 'Oxygen', sans-serif; text-decoration: none; color:##999; font-size: 13pt;}
 a.link-style2:link {font-family: 'Oxygen', sans-serif; text-decoration: none; color:#000; font-size: 8pt;}
 a.link-style2:visited {font-family: 'Oxygen', sans-serif; text-decoration: none; color:#000; font-size: 8pt;}
 a.link-style2:hover {font-family: 'Oxygen', sans-serif; text-decoration: none; color:#999; font-size: 8pt;} 
 
 #imgs-frame {
	position: absolute; 
	top: 0px;
	left: 5px;
	}
	
#imgs {
	position: absolute;
	top: -100px;
	left: 0px;
	height: 400px;
	width: 1591px;
	}
	
#controller {
	position: absolute;
	top: -105px;
	left: 5px;
}

#text-frame {
	position: absolute;
	top: 260px;
	left: 20px;
	}
	
#controller a:link,
#controller a:visited {font-family: 'Oxygen', sans-serif; color:#AAAAAA; font-size:10pt; text-decoration:none}
#controller a:hover   {font-family: 'Oxygen', sans-serif; color:#000000; text-decoration:none}
#controller a:active  {font-family: 'Oxygen', sans-serif; color:#FFFFFF; text-decoration:none}

	
#imgs_title   { font-family: 'Oxygen', sans-serif; text-decoration: none; color:#999; font-size: 8pt;  }
#imgs_caption { font-family: 'Oxygen', sans-serif; text-decoration: none; color:#999; font-size: 8pt;}



#div1 {
    position:relative;
	top: 50px;
	width: 710px;
	height: 5%;
	margin-left: 7%; 
    margin-right: auto;
	text-align: justify;
	font-family: 'Oxygen', sans-serif;
}

#div2 {
	position:relative;
    top: 25px;
	width: 710px;
	height: 6%; 
    margin-left: auto; 
    margin-right: auto;
	text-align: justify;
	font-family: 'Oxygen', sans-serif;
}

#div3 {
	position:relative;
    top: 65px;
	width: 710px; 
	height: 8%; 
	margin-left: auto; 
    margin-right: auto;
	font-family: 'Oxygen', sans-serif;
}

#div4 {
	position: fixed;
    bottom: 20px;
	width: 710px; 
	font-family: 'Oxygen', sans-serif;
	font-size: 8pt
}

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 0px solid #ff0000;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
position: relative;
top: 10px;
left: 40px;
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font-family: 'Oxygen', sans-serif;
text-align: center;
background: #fff;
color: #ccc;
text-decoration: none;
display: block;
font-size: 0pt;
line-height: 0px;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #ccc;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}