body,div,ul,ol,li,form,input,textarea,p,img {margin:0; padding:0; border:0;}
body 
{ 
	background-color:#ffffff;
	text-align: center;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif; 
	color: #3b3b3b;
	overflow-x:hidden;
}
a { color: #19abab; text-decoration: none; }
a:hover { text-decoration: underline; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.blockDisplay { display:block; }
.inlineDisplay { display:inline; }
.hidden { display:none;}
.pointer { cursor:pointer; }
.scrollable { overflow:visible; }

.italic { font-style:italic; }
.bold { font-weight: bold; }
.centered { text-align: center; }
.blackText { color:#000000; }
.grayText { color:#333333; }
.lightGrayText { color:#666666; }
.lighterGrayText { color:#999999; }
.whiteText { color:#ffffff; }
.blueText { color:#19abab; }
.redText { color:#FF0000; }
.headerText { font-weight:bold; font-size:13px; margin-bottom:5px;}
.tinyText { font-size:11px; }
.xtinyText { font-size:9px; line-height:15px;}

div.quoteBlurb {
	text-align:left;
	font-size:11px;
	width:250px;
	margin:0 auto;
	margin-top:35px;
}
div.quoteSiggy {
	margin-top:10px;
	font-style:italic;
}
/* quotes images */
img.quoteLeft{
	position: relative;
	margin-top: -5px;
	margin-left: -35px;
}
img.quoteRight{
	margin-left: 7px;
	margin-top:0px;
	position: absolute;
}



