	html {
    	 overflow: -moz-scrollbars-vertical;
	}

	body {
		background-color : #6B6E75;
		margin : 5 0 10 0;
	}

	body, td {
		font-family : verdana;
		font-size : 8pt;
		color : #1C1D55;
	}
	
	hr {
		color : #EEEEEE;
	}
	
	h1 {
		font-size : 18pt;
		padding : 0 0 0 0;
		text-align : right;
		margin : 0 0 0 0;
		color : #C5C5C5;
		font-weight : normal;
	}
		
	h2 {
		padding : 5 0 6 25;
		font-size : 11pt;
		font-weight : bold;
		background-image : url(/images/head_bullet.jpg);
		background-repeat : no-repeat;
		background-position : left;
		margin : 0 0 0 0;
	}
	
	ul {
		margin : 0 0 0 26;
		padding : 0 0 0 0;
	}
	
	li {
		padding-bottom : 5px;
		list-style-type : disc;
	}
	
	td.Foot {
		color : #BBBBBB;
		font-size : 8pt;
	}
	
	a, a:Active, a:Visited, a:Link {
		color : #0033FF;
		text-decoration : none;
	}
	a:Hover {
		color : #777777;
		text-decoration : underline;
	}

	a.Foot, a.Foot:Active, a.Foot:Visited, a.Foot:Link {
		color : #BBBBBB;
		text-decoration : none;
	}
	a.Foot:Hover {
		color : #FFFFFF;
	}
	
	input.FormField, textarea.FormField {
		border : solid 1px #CCCCCC;
		font-size : 7pt;
		padding : 0 0 0 5;
		scrollbar-base-color: #EEEEEE;
		scrollbar-face-color: #EEEEEE;
		scrollbar-track-color: #EEEEEE;
		scrollbar-arrow-color: #000000;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #CCCCCC;
	}
	
	td.label {
		font-size : 7pt;
		padding-bottom : 2;
	}