BODY {margin: 5% 12%; background-color: #FEFEFF;}
	BODY, TD {font-family: Arial; font-size: 12px; color: #666666}
	H1 {font-size: 22px; color: #0066CC; padding-bottom: 10px; border-bottom: 1px solid}
	A:link {color: #0066CC}
	A:visited {color: #0066CC}
	A:hover {color: #3399EE}
	FORM {margin: 0px}
	INPUT {width: 300px; font-family: Arial; font-size: 12px; color: #666666; background: white; padding: 1px 3px 0px; margin-right: 10px}
	SELECT {width: 300px; font-family: Arial; font-size: 12px; color: #666666; margin: 1px 0px; margin-right: 10px}
	TEXTAREA {width: 300px; height: 70px; font-family: Arial; font-size: 12px; color: #666666; padding: 1px 3px 0px; margin-right: 10px}
	P {margin-top: 15px}
	HR {height: 1px; color: #DDDDDD; margin: 10px 0px}
	.BUTTON {width: auto; background: #dddddd}
	#fixme2 {
	/* netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute; right: 20px; top: 10px;
        overflow:hidden;}

     li {
        margin-left: 15px;
	line-height: 1.4em;
}

	body > div#fixme2 {
	/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
	position: fixed;
        overflow:hidden;
	}
	div#fixme2 {
	/* IE5.5+/Win - this is more specific than the NS4 version */
	right: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollRight ? document.documentElement.scrollRight : document.body.scrollRight ) ) + 'px' );
	top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
 overflow:hidden;
}
