/*****************************
	BACKGROUNDS
*****************************/

.border-bg {
    background-color: #000000;        
}

.body-bg {
    background-color: #FFFFFF;        
}

/* same color as body-bg */
.footerpane-bg-welcomescreen {
    background-color: #FFFFFF;
}

/*****************************
	PANES
*****************************/

.headerpane-bg {
    background-color: #FFFFFF
}

.toppane-bg {
    background-color: #FFFFFF;
}

.bottompane-bg {
    background-color: #FFFFFF;
}

.leftpane-bg {
    background-color: #CCCCCC;
}

.contentpane-bg {
    background-color: #FFFFFF;
}

.rightpane-bg {
    background-color: #EAE8DD;
}

.footerpane-bg {
    background-color: #FFFFFF;
}

.column1pane-bg {
    background-color: #CCCCCC;
}

.column2pane-bg {
    background-color: #FFFFFF;
}

.menuhpane-bg {
    background-color: #000080;
}

.menuvpane-bg {

}

/*****************************
	LINKS
*****************************/

.link-menu-h {
    font-weight: none; font-style: none; font-size: 12px; color: #FD3D3D; font-family: arial, sans-serif; text-decoration: none
}
.link-menu-h:hover {
    font-weight: none; font-style: none; font-size: 12px; color: #9A8585; font-family: arial, sans-serif; text-decoration: none
}

.link-menu-v {
    font-weight: none; font-style: none; font-size: 12px; color: #FB0303; font-family: arial, sans-serif; text-decoration: none
}
.link-menu-v:hover {
    font-weight: none; font-style: none; font-size: 12px; color: #91B62D; font-family: arial, sans-serif; text-decoration: none
}

.link-text {
    font-weight: none; font-style: none; font-size: 12px; color: #575656; font-family: arial, sans-serif; text-decoration: line
}
.link-text:hover {
    font-weight: none; font-style: none; font-size: 12px; color: #0F1573; font-family: arial, sans-serif; text-decoration: line
}

.link-footer {
    font-weight: bold; font-style: none; font-size: 11px; color: #FB0303; font-family: arial, sans-serif; text-decoration: none
}
.link-footer:hover {
    font-weight: bold; font-style: none; font-size: 11px; color: #91B62D; font-family: arial, sans-serif; text-decoration: none
}

.link-header-core {
    font-weight: none; font-style: none; font-size: 11px; color: #5A7794; font-family: arial, sans-serif; text-decoration: none
}
.link-header-core:hover {
    font-weight: none; font-style: none; font-size: 11px; color: #4B4BF0; font-family: arial, sans-serif; text-decoration: none
}

.link-welcome-screen {
    font-weight: bold; font-style: none; font-size: 11px; color: #335EB6; font-family: arial, sans-serif; text-decoration: none
}

/*****************************
	TEXT
*****************************/

.text-page-title {
    font-weight: bold; font-style: none; font-size: 13x; color: #91B62D; font-family: arial, sans-serif; text-decoration: none
}

.text-fineprint-core {
    font-weight: none; font-style: none; font-size: 11px; color: #878EA8; font-family: arial, sans-serif; text-decoration: none
}

.text-footer {
    font-weight: none; font-style: none; font-size: 11px; color: #AAAAAA; font-family: arial, sans-serif; text-decoration: none
}

.text-body {
		font-weight: normal; font-style: none; font-size: 12px; color: #3A3333; font-family: arial, sans-serif; text-decoration: none
}

/*****************************
	others
*****************************/


.text-account-info
{
    FONT-SIZE: 12px;
    COLOR: #a8a8a8;
    FONT-FAMILY: verdana, Helvetica;
}

.text-sub-links
{
    FONT-SIZE: 12px;
    COLOR: #a8a8a8;
    FONT-FAMILY: verdana, Helvetica;
}


.form-title2-link {
    FONT-WEIGHT: none; FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none
}
.form-title2-link:active {
    FONT-WEIGHT: none; FONT-SIZE: 12px; COLOR: #222F00; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none
}
.form-title2-link:hover {
    FONT-WEIGHT: none; FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: arial, sans-serif; TEXT-DECORATION: none
}
