/*****************************
	BACKGROUNDS
*****************************/
body {
	font-family: arial, sans-serif;
}

.border-bg {
    background-color: #000000;    
}

.body-bg {
    background-color: #CFE8D6;     
}

.body-bg-welcomescreen {
    background-color: #C60505;     
}

/* same color as body-bg */
.footerpane-bg-welcomescreen {
    background-color: #CFE8D6;
}

/*****************************
	PANES
*****************************/

.headerpane-bg {
    background-color: #FFFFFF
}

.toppane-bg {
    background-color: #6CB206;
}

.bottompane-bg {
    background-color: #6CB206;
}

.leftpane-bg {
    background-color: #067657;
}

.contentpane-bg {
    background-color: #DCFFDA;
}

.rightpane-bg {
    background-color: #959306;
}

.footerpane-bg {
    background-color: #004331; 
}

.column1pane-bg {
    background-color: 
}

.column2pane-bg {
    background-color: #E2E035;
}

.menuhpane-bg {
    background-color: #64AAEF;
}

.menuvpane-bg {
    background-color: 
}

/*****************************
	LINKS
*****************************/

.link-menu-h {
    font-weight: normal; font-style: normal; font-size: 11px; color: #004331; text-decoration: none
}
.link-menu-h:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #EE1D24; text-decoration: none
}

.link-menu-v {
    font-weight: normal; font-style: normal; font-size: 11px; color: #FFF100; text-decoration: none
}
.link-menu-v:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #59F75A; text-decoration: none
}

.link-text {
    font-weight: normal; font-style: normal; font-size: 11px; color: #BF0000; text-decoration: none
}
.link-text:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #b3a720; text-decoration: none
}

.link-footer {
    font-weight: normal; font-style: normal; font-size: 10px; color: #2FAF53; text-decoration: none
}
.link-footer:hover {
    font-weight: normal; font-style: normal; font-size: 10px; color: #188236; text-decoration: none
}

.link-header-core {
    font-weight: normal; font-style: normal; font-size: 10px; color: #004331; text-decoration: none
}
.link-header-core:hover {
    font-weight: normal; font-style: normal; font-size: 10px; color: #EE1D24; text-decoration: none
}

.link-welcome-screen {
    font-weight: bold; font-style: normal; font-size: 11px; color: #335EB6; text-decoration: none
}

.link-top-nav {
    font-weight: normal; font-style: normal; font-size: 9px; color: #004331; text-decoration: underline
}
.link-top-nav:hover {
    font-weight: normal; font-style: normal; font-size: 9px; color: #EE1D24; text-decoration: none
}
.link-top-nav-selected {
    font-weight: normal; font-style: normal; font-size: 9px; color: #EE1D24; text-decoration: none
}
.link-top-nav-divider {
    line-height: 20px ; font-weight: normal; font-style: none; font-size: 11px; color: #004331; text-decoration: none
}

/*****************************
	TEXT
*****************************/

.text-page-title {
    font-weight: normal; font-style: normal; font-size: 20px; color: #A4050A; text-decoration: none
}

.text-paragraph-title {
		line-height: 20px; font-weight: bold; font-style: normal; font-size: 12px; color: #C93E2B; text-decoration: none
}


.text-fineprint-core {
    font-weight: normal; font-style: normal; font-size: 10px; color: #2FAF53; text-decoration: none
}

.text-footer {
    font-weight: normal; font-style: normal; font-size: 10px; color: #98D8C8; text-decoration: none
}

.text-body {
		line-height: 18px; font-weight: normal; font-style: normal; font-size: 12px; color: #0B0200; text-decoration: none
}


/*****************************
	MODULE
*****************************/
.module-summary-text {
    font-weight: normal; font-style: normal; font-size: 11px; color: #ffffff; text-decoration: line
}

.module-summary-link {
    font-weight: normal;  font-style: normal;font-size: 11px; color: #FFFF00; text-decoration: line
}

.module-summary-link:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #59F75A; text-decoration: line
}

.module-text {
    font-weight: normal; font-style: normal; font-size: 11px; color: #000000; text-decoration: line
}

.module-link {
    font-weight: normal;  font-style: normal;font-size: 11px; color: #C93E2B; text-decoration: line
}

.module-link:hover {
    font-weight: normal;  font-style: normal;font-size: 11px; color: #004331; text-decoration: line
}




/*****************************
	CUSTOM
*****************************/
.text-paragraph-title01 {
		line-height: 20px; font-weight: bold; font-style: normal; font-size: 13px; color: #E5E503; text-decoration: none
}

.text-header-body {
    background-color: #067657;
		line-height: 18px; font-weight: normal; font-style: normal; font-size: 11px; color: #FFFFFF; text-decoration: none
}

.menu-v-bg {
    background-color: #067657;	
}


/*****************************
	LINKS
*****************************/

.link-text01 {
    font-weight: normal; font-style: normal; font-size: 11px; color: #FFFF00; text-decoration: none
}
.link-text01:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #0AA97D; text-decoration: none
}
