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

/* Hyperlinks */
a:link
{
	text-decoration: none;
	color: #286F24; 
}
a:visited
{
	text-decoration: none;
	color: #286F24; 
} 
a:active 
{
	text-decoration: none;
	color: #A11203;
}
a:hover
{
	text-decoration: none;
	color: #A11203;
}

/* Main body */
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
{
   /* for IE */
   padding: 0px 0px 0px 0px; 

   /* for MOZ */
   margin: 0px 0px 0px 0px;
   
   text-align: justify;  
}

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.header
{
	position: absolute;
	left: 115px;
	top: 100px;
	width: 560px;
	height: 89px;
}