/* CSS Document */


img {
	border: 		0px;
}


body {
	
	font-family :Times, Times-Roman,  Serif;
	line-height: 1.25; font-size: 10pt; color: #333;
	
}
	a:link { font-weight: bold; text-decoration: none ;color : #f0c;}
 	a:hover {text-decoration: underline ;color : #18a4bb;}
	a:active {text-decoration: none ;color : #f0c;}
	a:visited {text-decoration: none ;color : #396;}


strong {
	font-family :Times, Times-Roman,  Serif;
	line-height: 1.25; font-weight: bold;
	font-size: 10pt; color: #396;
}





H1 { font-family :Times, Times-Roman,  Serif;
	font-size: 18pt; color: #fff; font-weight: normal;  
	background-color: #f09; line-height: .8; border : 5px solid #f09;
}

H2 { font-family :Times, Times-Roman,  Serif;
	font-size: 18pt; color: #FFF; font-weight: normal;  
	background-color: #909; line-height: .8; border : 5px solid #909;
}

H3 { font-family :Times, Times-Roman,  Serif;
	font-size: 18pt; color: #fff; font-weight: normal;  
	background-color: #396; line-height: .8; border : 5px solid #396;
}
li {
	list-style-type: square;
	line-height: 1.75;

}

#high {
	font-family :  Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.25; font-weight: bold;
	font-size: 9pt; color: #666;
	}
	a.high:link {text-decoration: none ;color : #39c;}
 	a.high:hover {text-decoration: underline ;color : #36c;}
	a.high:active {text-decoration: none ;color : #39c;}
	a.high:visited {text-decoration: none ;color : #36c;}

	
#title {
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25; font-weight: normal;  font-style: normal;
	font-size: 11.5pt; color: #666;
}
	a.title:link {text-decoration: none ;color : #39c;}
 	a.title:hover {text-decoration: underline ;color : #36c;}
	a.title:active {text-decoration: none ;color : #39c;}
	a.title:visited {text-decoration: none ;color : #36c;}
	em.title { font-style: italic; color : #666;
	
	
}	
#mycustomscroll {

width: 450px;
height: 500px;
overflow: auto;
position: relative;

margin: 0.3em auto;
padding: 15px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 12px;
background-color: f09;
}
.vscrollerbar {
width: 12px;
background-color: 18a4bb;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}