<style type="text/css">
		li.smallPoint {
			position: relative;
			text-align: left;
			right: 20px;
			
		}
		.t {background: url(dot2.gif) 0 0 repeat-x; width: 20em}
		.b {background: url(dot2.gif) 0 100% repeat-x}
		.l {background: url(dot2.gif) 0 0 repeat-y}
		.r {background: url(dot2.gif) 100% 0 repeat-y}
		.bl {background: url(bl2.gif) 0 100% no-repeat}
		.br {background: url(br2.gif) 100% 100% no-repeat}
		.tl {background: url(tl2.gif) 0 0 no-repeat}
		.tr {background: url(tr2.gif) 100% 0 no-repeat; padding:10px}
		
		.floatBox {
			font-size: .8em;
			width: 300px;
			padding: 5px;
			margin: 0em 1em 1em 0em;
			background-color: #FFFFFF;
			text-align: center;
		}
		
		.leftFloatBox {
			float: left;
		}
		
		.rightFloatBox {
			float: right;
		}				
		

		</style>	