/* Infusion Design*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. */
/*What you may NOT use - .jpg, .gif, and .png files. */


/* basics
----------------------------------------------- */
body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

p {
	font-size: 0.8em;
	margin: 0;
	line-height: 18px;
	}

x {
	font-size: 0.8em;
	margin: 0;
	line-height: 20px;
	}
	
.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	color: #fff;
	}
	
.right {
	text-align: right;
	}
	
.clear{
	clear: both;
	}
	
img {
	border: none;
	}
	
hr {
	line-style: dashed;
	}
	
.leftindent {
	padding: 0px 0px 0px 15px;
	}
	
.pullquote {
	font-size: 1.3em;
	}
	
.orange {
	color: #f60;
	}
	
ol li {list-style-type:decimal;}
ol ol li {list-style-type:lower-alpha; font-size:12px;}
