/*****************************
	BACKGROUNDS
*****************************/

.border-bg {
    background-color: #000000;        
}

.body-bg {
    background-color: #A89B8E;        
}

/* same color as body-bg */
.footerpane-bg-welcomescreen {
    background-color: #000000;
}

/*****************************
	PANES
*****************************/

.headerpane-bg {
    background-color: #000000
}

.toppane-bg {
    background-color: #000000;
}

.bottompane-bg {
    background-color: #000000;
}

.leftpane-bg {
    background-color: #000000;
}

.contentpane-bg {
    background-color: #000000;
}

.rightpane-bg {
    background-color: #000000;
}

.footerpane-bg {
    background-color: #000000;
}

.column1pane-bg {
    background-color: #000000;
}

.column2pane-bg {
    background-color: #000000;
}

.menuhpane-bg {
    background-color: #000000;
}

.menuvpane-bg {

}

/*****************************
	LINKS
*****************************/

.link-menu-h {
    font-weight: none; font-style: none; font-size: 12px; color: #AAA9A9; font-family: verdana, sans-serif; text-decoration: none
}
.link-menu-h:hover {
    font-weight: none; font-style: none; font-size: 12px; color: #FFFFFF; font-family: verdana, sans-serif; text-decoration: none
}

.link-menu-v {
    font-weight: none; font-style: none; font-size: 12px; color: #80ADF4; font-family: verdana, sans-serif; text-decoration: none
}
.link-menu-v:hover {
    font-weight: none; font-style: none; font-size: 12px; color: #F9E887; font-family: verdana, sans-serif; text-decoration: underline
}

.link-text {
    font-weight: none; font-style: none; font-size: 12px; color: #80ADF4; font-family: verdana, sans-serif; text-decoration: line
}
.link-text:hover {
    font-weight: none; font-style: none; font-size: 12px; color: #F9E887; font-family: verdana, sans-serif; text-decoration: line
}

.link-footer {
    font-weight: none; font-style: none; font-size: 10px; color: #6D6F71; font-family: verdana, sans-serif; text-decoration: none
}
.link-footer:hover {
    font-weight: none; font-style: none; font-size: 10px; color: #B3B3B3; font-family: verdana, sans-serif; text-decoration: none
}

.link-header-core {
    font-weight: none; font-style: none; font-size: 10px; color: #E2E2E2; font-family: verdana, sans-serif; text-decoration: none
}
.link-header-core:hover {
    font-weight: none; font-style: none; font-size: 10px; color: #5797EE; font-family: verdana, sans-serif; text-decoration: none
}

.link-welcome-screen {
    font-weight: bold; font-style: none; font-size: 12px; color: #335EB6; font-family: verdana, sans-serif; text-decoration: none
}

/*****************************
	TEXT
*****************************/

.text-page-title {
    font-weight: bold; font-style: none; font-size: 16px; color: #FFFFFF; font-family: verdana, sans-serif; text-decoration: none
}

.text-paragraph-title {
		font-weight: bold; font-style: normal; font-size: 12px; color: #DFEAFC; font-family: verdana, verdana, sans-serif; text-decoration: none
}

.text-fineprint-core {
    font-weight: none; font-style: none; font-size: 10px; color: #6D6F71; font-family: verdana, sans-serif; text-decoration: none
}

.text-footer {
    font-weight: none; font-style: none; font-size: 10px; color: #B3B3B3; font-family: verdana, sans-serif; text-decoration: none
}

.text-body {
		line-height: 20px ; font-weight: normal; font-style: none; font-size: 12px; color: #E0E0E0; font-family: verdana, sans-serif; text-decoration: none
}
