/* Tiny Scrollbar */
/*
#scrollbar1 { width: 730px; margin: 2px 0 5px; color:#FFF; 
font-family:Arial;
font-size:12px;
line-height:25px;
letter-spacing:2px;
height: 350px;
text-align:justify;
z-index:999999;
}
#scrollbar1 .viewport { width: 710px; height: 320px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) repeat-y  0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) repeat-y 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.jpg) no-repeat 50% 100%; height: 34px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
*/

body{
color:#FFF;
font-size:12px;
font-family:Arial;
line-height:20px;
letter-spacing:1px;	
text-align:justify;

background-color:#FFF;
margin:0px auto;
padding:0px;
background: transparent;
background-position:top;	
}

#mycustomscroll_left {
/* Typical fixed height and fixed width example */
width: 680px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: none;
padding:5px 15px 10px 0px;
margin-left:10px;

}
.mycustomscroll_left p{
color:#FFF;
font-size:14px;
font-family:Arial;
line-height:25px;
letter-spacing:2px;	
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 710px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background:url(../images/bg-scrollbar-track-y.png);


}
.vscrollerbar {
width: 30px;
background:url(../images/bgscrollbar.jpg) no-repeat;
margin-left:3px;
}
.hscrollerbase {
height: 10px;
background-color: none;

}
.hscrollerbar {
height: 10px;
background-color: none;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
.firrow{
float:left; width:30%; text-align:center; 
}
.secrow{
float:left; width:15%; text-align:center;	
}
.thirow{
	float:left; width:25%; text-align:center; 
}
.forrow{
float:left; width:18%; text-align:center;	
}
.fifrow{
float:left; width:12%; text-align:center;	
}
.firrow p, .secrow p, .thirow p, .forrow p, .fifrow p{
text-transform:uppercase;	
color:#cecece;
font-size:12px;
font-family:Arial;
margin:0px;
padding:0px;
line-height:20px;	
}
.innertexts{
text-align:center;	
padding-top:10px;
padding-bottom:10px;

}
.innertextsmain{
text-align:left;
padding-top:10px;
padding-bottom:10px;

}
.maindata{
width:100%;	
height:100%;
display:block;
}
.stripline{
border-bottom:solid 1px;
border-bottom-color:#3e3e3e;
width:100%;
height:2px;	
}
.innertexts h1, .innertextsmain h1{
color:#81b1ff;
margin:0px;
padding:0px 0px 0px 0px;
line-height:20px;
font-size:12px;
font-weight:bold;
letter-spacing:normal;
text-transform:none;
}
.innertexts p, .innertextsmain p{
	color:#FFF;
line-height:20px;
font-size:12px;
font-weight:normal;
margin:0px;
padding:0px;
	text-transform:none;
}