	body { background-color : #fff ; color : #333 ; font-family : arial ; font-size : xx-small ; }
	html>body { font-size : x-small ; }
	
	a:link { color : #06c ; text-decoration : none ; }
	a:hover { color : #c00 ; text-decoration : underline ; }
	a:visited { color : #63c ; text-decoration : none ; }
	
	strong { font-weight : bold ; }
	em { font-style : italic ; }
	
	div, form { margin : 0 ; padding : 0 ; }
	p { clear : both ; font-size : 110% ; line-height : 1.5em ; margin : 0 0 1em 0 ; padding : 0 ; }
	blockquote { font-family : courier ; font-size : 105% ; line-height : 1.5em ; margin : 1em ; padding : 0 ; } 
	br { line-height : .6em ; margin : 0 ; padding : 0 ; }
	hr { clear : both ; color : #333 ; height : 1px ; width : 100% ; }
	
	h1, h2, h3, h4, h5, h6 { font-family : arial ; font-weight : normal ; margin : .25em 0 ; padding : 0 ; }		
	h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter { text-transform : uppercase ; }
	h2, h3, h4, h5, h6 { margin : 0 0 0.5em 0 ; padding : 0 ; }
	h1 { font-size : 275% ; margin : 0 ; }
	h2 { font-size : 160% ; }
	h3 { font-size : 140% ; }
	h4 { font-size : 125% ; font-weight : bold ; }
	h5 { font-size : 115% ; font-weight : bold ; }
	h6 { font-size : 105% ; font-weight : bold ; }
	
	big { font-size : 120% ; }
	small { font-size : 80% ; }
	
	img { border : none ; }
	img.left { clear : left ; float : left ; margin : 0 5px 5px 0 ; }
	img.right { clear : right ; float : right ; margin : 0 0 5px 5px ; }
	
	ul { margin : .05em 0 .25em 15px ; padding : 0 ; }
	li { margin : 0 ; padding : 0 ; }
	
	span.nowrap { white-space : nowrap ; }
	.hide { display : none ; }
	.showb { display : block ; }
	.showi { display : inline ; }