/*
** CSS for TBOS website.
** Created 10/17/2004 by Eric Joannes
*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

div.content
{
	position: absolute;
	left: 50px;
	top: 190px;
	width: 660px;
}

div.content p.quote
{
      /* for IE */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;
   
	color: #A11203;
	font-size: 16px;
    font-weight: bold;
    
    text-align: center;
}

div.content p.quote2
{
      /* for IE */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;
   
	color: #A11203;
	font-size: 14px;
    font-weight: bold;
    
    text-align: center;
}

div.content p.quotename
{
      /* for IE */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;
   
	color: #000000;
	font-size: 13px;
    font-weight: bold;
    
    text-align: center;
}

div.content p.letter
{
    font-weight: bold;
}

div.content p.title
{
	color: #A11203;
	font-size: 20px;
    font-weight: bold;
    
    text-align: center;
}


div.content p
{
    text-align: justify;
}
