/* AppLook Style Sheet
   Design:       Tabular
   Style Sheet : general

*/


BODY                    
{
 background-color: #FFED00;
 font: 12px Verdana, Arial, sans-serif;
 margin: 0;
 padding: 0;
}

IMG                     
{
 border: none;
}

P IMG
{
 float: left;
 margin-right: 1em;
}

P                       
{
 color: black;
}

P.indent                
{
 font-size: .8em;
 text-indent: 0.25in;
}

P.dropcap:first-letter  
{
 font: bold 2em Verdana, Arial, sans-serif;
 float: left;
 width: 1em;
}

BLOCKQUOTE              
{
 font-size: .8em;
}

EM                      
{
 font-style: italic;
}

.only 
{
 margin-left: 3em;
}

UL,LI                   
{
 list-style-image: url(/img/bullet.gif);
 line-height: 1.5em;
}

H1, H2, H3, H4, H5, H6  
{
 color: black;	
 margin-top: 2em;
}

H3
{
 border-bottom: 1px solid silver;
}

.sectionheader          
{
 background-color: #DCDCDC;
}

A:link                  
{
 text-decoration: underline;
 color: black;
 font-weight: bold;
}

A:visited               
{
 text-decoration: underline;
 color: black;
 font-weight: bold;
}

A:active                
{
 text-decoration: underline;
 color: red;
 font-weight: bold;
}

A:hover
{
 color: orange;
}

A.plain:visited      
{
 color: black;
 font-weight: normal;
}

A.plain:link         
{
 color: black;
 font-weight: normal;
}

A.plain:active           
{
 color: black;
 font-weight: normal;
}

A.plain:hover
{
 color: orange;
 font-weight: bold;
}
