/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/

.white {
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
	/*line-height: 1.5;*/
}
.white:hover {
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:underline;
	/*line-height: 1.5;*/
}
.bea-portal-body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(/portlets/images/di.gif);
	background-repeat:repeat;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bea-portal-body a
{
    display: inline;
    text-decoration: none;
	color:#474A4B;
}

.bea-portal-body a:hover
{
    text-decoration: underline;
    color:#FF9900;
}

.bea-portal-body-content
{
	padding: 0px;
	width:770px;
	/*margin:0px,90px,0px,0px;*/
}

.bea-portal-body-header, .bea-portal-body-footer
{
    margin: 0px;
    padding: 0px;
    color: #cccce5;
    background-color: #ffffff;
	width: 770px;
	text-align:center;
}

.bea-portal-body-header
{
    font-size: large;
    font-weight: bold;
    
}

.bea-portal-body-footer
{
    /*font-size: x-small;
    font-style: italic;
    padding:5px;
    width:760px;*/
    font-size: 11px;
    color: #000000;
    padding:0px;
    width:770px;
}

.bea-portal-body-header a, .bea-portal-body-footer a
{
	COLOR: #FFFFFF;
	FONT-SIZE: 8pt;
	font-family: "";
}





/************************************************************/
/************************************************************/

a:link {
	COLOR: #000000;
	FONT-SIZE: 8pt;
	font-family: "";
} 
a:visited {
    COLOR: ; 
    FONT-SIZE: 8pt; 
    font-family: "";
} 
a:active {
    COLOR: ; 
    FONT-SIZE: 8pt; 
    font-family: "";
} 
a:hover {
    COLOR: #ffffff; 
    font-family: "";
    FONT-SIZE: 8pt; 
}