BODY {
	/* Sets or retrieves the color of the top and left edges of the scroll box and scroll arrows of a scroll bar. */
	scrollbar-3dLight-Color: #C5C0C0;
	/* Sets or retrieves the color of the arrow elements of a scroll arrow. */
	scrollbar-Arrow-Color: White;
	/* Sets or retrieves the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows. */
	scrollbar-Base-Color: Black;
	/* Sets or retrieves the color of the gutter of a scroll bar. */
	scrollbar-DarkShadow-Color: #C5C0C0;
	/* Sets or retrieves the color of the scroll box and scroll arrows of a scroll bar. */
	scrollbar-Face-Color: Black;
	 /* Sets or retrieves the color of the top and left edges of the scroll box and scroll arrows of a scroll bar. */    
 	scrollbar-Highlight-Color: #C5C0C0; 
	/* Sets or retrieves the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar. */
 	scrollbar-Shadow-Color: #C5C0C0;  
	/* Sets or retrieves the color of the track element of a scroll bar. */
 	scrollbar-Track-Color : #C5C0C0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	padding-left: 10px;
	padding-top: 15px;
}
.main {
	overflow: auto; height: 380px;
	width: 746px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
	padding-left: 10px;
	padding-right: 10px;
	text-align : justify;
}
.norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
	padding-left: 10px;
	padding-right: 10px;
	text-align : justify;
}