	*
	{
		padding:0px;
		margin:0px;
	}
	
	
	body
	{
		padding:0px;
		margin:0px;
		
		font-family:Arial, Helvetica, Sans-Serif;
		font-size:.9em;

	}
	
	a
	{
		text-decoration:none;
	}
	
	a img
	{
	    border: solid 0px;
	}
	
	/**
    * Class Selectors
    **/
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }
    
	.quote
	{
	    font-size: 12px;
	    line-height: 20px;
	    color:#872434;
	    font-weight:bold;
	    margin-bottom: 9px;
	}
    .quote:link, .quote:visited, .quote:hover, .quote:active
    {
	    color:#872434;
	    text-decoration: none
    }
	
    .quoteAuthor
	{
	    font-size: 10px;
	    font-weight: bold;
	    line-height: 11px;
	    color: #47494d;
	    text-align: right;
	    margin-bottom:4px;
	}
	
	.quoteAuthorPosition
	{
	    font-size: 10px;
	    line-height: 11px;
	    color: #47494d;
	    text-align: right;
	    margin-bottom: 4px;
	}
	
	.quoteAuthorCompany
	{
	   	font-size: 10px;
	    line-height: 11px;
	    color: #47494d; 
	    text-align: right;
	}
