/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/
@import url(main.css);

.bea-portal-body
{
	background-color: #ffffff;
	font-size: 10px;
	color: #cccccc;
	text-align:center; /* for IE */ 
	margin-right: auto; /* for the rest */ 
	margin-left: auto; /* for the rest */ 
	}


.bea-portal-body a
{
    display: inline;
    text-decoration: none;
}


.bea-portal-body td
{
	text-align:left; /* for IE */ 
	margin-left: auto;
}

.bea-portal-body a:hover
{
    text-decoration: underline;
}

.bea-portal-body-content
{
}

.bea-portal-body-header, .bea-portal-body-footer
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #000000;
    border-style: solid;
    /*border-top-color: #e5e5ff;*/
    border-top-color: #ffffff;
    /*border-bottom-color: #9999b2;*/
    border-bottom-color: #ffffff;
    border-width: 1px 0px;
}

.bea-portal-body-header
{
    /*font-weight: bold;*/
    /* Added by SB */
    /*font-size: 3em;*/
}

.bea-portal-body-footer
{
    /*font-size: x-small;
    font-style: italic;*/
    /* Added by SB */
    /*font-size: 3em;*/
}

.bea-portal-body-footer a
{
    color: #000000;
}

