<STYLE type=text/css>
	BODY {
	background-repeat: repeat;                    /* [repeat, no-repeat, repeat-x, repeat-y] */
	background-attachment: fixed;                 /* [scroll, fixed] */
	background-repeat: repeat;                    /* [repeat, no-repeat, repeat-x, repeat-y] */
	background-position: top center;
	font:11px Verdana,sans-serif; color:#676948;

	SCROLLBAR-FACE-COLOR: #AAB286; 
	SCROLLBAR-HIGHLIGHT-COLOR: #E2E4DE; 
	SCROLLBAR-SHADOW-COLOR: #E2E4DE; 
	SCROLLBAR-ARROW-COLOR: #676948; 
	SCROLLBAR-TRACK-COLOR: #D2D5C2; 
	SCROLLBAR-BASE-COLOR: #676948; }
	
	A:hover	{ text-decoration: underline overline; color:#5A8141; background-color:#EBEDE7}
	TD,P 	{font:11px Verdana,sans-serif; color:#676948;}
	small 	{font:9px Verdana,sans-serif; color:#676948;}
	
	.dotted { border:2px dotted #676948; }
	.dotted3 { border:3px dotted #676948; }
	.dashed { border:1px dashed #676948; }
	.outset { border:2px outset #676948; }
	.inset  { border:2px inset #676948;  }
	.ridge  { border:4px ridge #676948; }
	.bkgcenter { background-position: top center}
</STYLE>