<style>
body
{
    background-color: #999999;
    SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #999999;
    SCROLLBAR-3DLIGHT-COLOR: ##FFFFFF;
    SCROLLBAR-ARROW-COLOR:  #000000;
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
    SCROLLBAR-DARKSHADOW-COLOR: #999999;
}	

	b.one {
		color:#990000
		}
	b.two {
		color:#000099
		}

	p { 
		font-size:100%
		}

	a.one {
		text-decoration: underline;
		color:  #000;
		}
	
	a.one:link {
		}
	
	a.one:visited {
		}
	
	a.one:hover {
		color: #D90000;
		text-decoration: none;
		}

	a.one:active {
		}
	

	a.two:link {
		font-size: 13pt;
		font-weight: 700;
		color:  #000;
		}
	
	a.two:visited {
		font-size: 13pt;
		color:  #000;
		font-weight: 700;
		}
	
	a.two:hover {
		font-size: 13pt;
		font-weight: 700;
		color: #3952B3;
		text-decoration: underline;
		}

	a.two:active {
		font-size: 13pt;
		font-weight: 700;
		color:  #000;
		}



	a.three:link {
		font-size: 14px;
		font-weight: 700;
		color:  #000;
		}
	
	a.three:visited {
		font-size: 14px;
		color:  #000;
		font-weight: 700;
		}
	
	a.three:hover {
		font-size: 14px;
		font-weight: 700;
		color: #D90000;
		text-decoration: underline;
		}

	a.three:active {
		font-size: 14px;
		font-weight: 700;
		color:  #000;
		}



	h1 {
		color: #000;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 17px;
		font-weight: bold;
		}

	h2 {
		color: #CC3300;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 15px;
		font-weight: bolder;
		margin-top: 0;
		margin-bottom: 0;
		}
	p.statement {
		font-size: 14px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 0px;
		}	
	div.padding {
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
			}

</style>