/* 
    Document   : body.css
    Created on : October 19, 2006, 11:26 AM
    Modified on: January 17, 2007, 6:00 PM
    Author     : Frank Floyd
*/

/*
-------------------------------------------------------------------------------
-- Remove default (inconsistent) browser styling
-------------------------------------------------------------------------------
*/
/*:link,:visited { text-decoration:none; }*/
ul { list-style:none; }
h1,h2,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,thead,tbody,tr,td,th,div
{ margin:0px; padding:0px; }
img,a img,:link img,:visited img,table { border: none; }
address { font-style:normal; }
img { display: block; }

.bea-portal-body-header
{
	position: relative;
	z-index: 1;
}

.bea-portal-book-primary-page
{
	position: relative;
	top: -8px;
}

h1
{
    /* font-size: 12pt; */
    /* color: #800000; */
    /* border-top: 1px solid #D2CAA0; */
}

h2
{
    /* font-size: 11pt; */
    /* color: #800000; */ 
    /* border-top: 1px solid #D2CAA0; */
}

h3
{
	font-family:  Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14pt;
    color: #666666; 
   /*font-weight: bold; */
}

h4
{
    /* font-size: 9pt; */
    /* color: #800000; */ 
    /* font-style: italic; */
}