/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-body
{
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;;
}

.bea-portal-body a
{
    display: inline;
    text-decoration: none;
}

.bea-portal-body a:hover
{
    text-decoration: underline;
}

.bea-portal-body-content
{
	margin: 0px;
    padding: 0px;
}

.bea-portal-body-header, .bea-portal-body-footer
{
	align: right;
    margin: 0px;
    padding: 0px;
    color: #cccce5;
    width:900px;    
}

.bea-portal-body-header
{
	align: right;
    font-size: large;
    font-weight: bold;
}

.bea-portal-body-footer
{
/*
	vertical-align: bottom;
	position: fixed;
	margin-bottom: 0px;
	bottom: 0px;
*/
    font-size: x-small;
/*    font-style: italic;	*/
}

.bea-portal-body-header a, .bea-portal-body-footer a
{
	align: right;
    color: #cccce5;
}
