@charset "utf-8";
/* CSS Document */



/* Navigation home page*/


#whiteBlue A:link { color: #ffffff; text-decoration: none }
#whiteBlue A:active { color: #ffffff; text-decoration: none }
#whiteBlue A:visited { color: #ffffff; text-decoration: none }
#whiteBlue A:hover { color: #23ccfd; text-decoration: none}
#whiteBlue {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}

#whiteGold A:link { color: #ffffff; text-decoration: none }
#whiteGold A:active { color: #ffffff; text-decoration: none }
#whiteGold A:visited { color: #ffffff; text-decoration: none }
#whiteGold A:hover { color: #b7985e; text-decoration: none}
#whiteGold {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}

#whiteGreen A:link { color: #ffffff; text-decoration: none }
#whiteGreen A:active { color: #ffffff; text-decoration: none }
#whiteGreen A:visited { color: #ffffff; text-decoration: none }
#whiteGreen A:hover { color: #adc687; text-decoration: none}
#whiteGreen {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}

#whiteBrown A:link { color: #ffffff; text-decoration: none }
#whiteBrown A:active { color: #ffffff; text-decoration: none }
#whiteBrown A:visited { color: #ffffff; text-decoration: none }
#whiteBrown A:hover { color: #eec200; text-decoration: none}
#whiteBrown {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}

#whiteRed A:link { color: #ffffff; text-decoration: none }
#whiteRed A:active { color: #ffffff; text-decoration: none }
#whiteRed A:visited { color: #ffffff; text-decoration: none }
#whiteRed A:hover { color: #c64e52; text-decoration: none}
#whiteRed {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}


/* Navigation Secondlevel*/

#OnwhiteBlue A:link { color: #23ccfd; text-decoration: none }
#OnwhiteBlue A:active { color: #23ccfd; text-decoration: none }
#OnwhiteBlue A:visited { color: #23ccfd; text-decoration: none }
#OnwhiteBlue A:hover { color: #23ccfd; text-decoration: none}
#OnwhiteBlue {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}


#OnwhiteGold A:link { color: #b7985e; text-decoration: none }
#OnwhiteGold A:active { color: #b7985e; text-decoration: none }
#OnwhiteGold A:visited { color: #b7985e; text-decoration: none }
#OnwhiteGold A:hover { color: #b7985e; text-decoration: none}
#OnwhiteGold {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}

#OnwhiteGreen A:link { color: #adc687; text-decoration: none }
#OnwhiteGreen A:active { color: #adc687; text-decoration: none }
#OnwhiteGreen A:visited { color: #adc687; text-decoration: none;}
#OnwhiteGreen A:hover { color: #adc687; text-decoration: none}
#OnwhiteGreen {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}

#OnwhiteBrown A:link { color: #eec200; text-decoration: none }
#OnwhiteBrown A:active { color: #eec200; text-decoration: none }
#OnwhiteBrown A:visited { color: #eec200; text-decoration: none }
#OnwhiteBrown A:hover { color: #eec200; text-decoration: none}
#OnwhiteBrown {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}

#OnwhiteRed A:link { color: #c64e52; text-decoration: none }
#OnwhiteRed A:active { color: #c64e52; text-decoration: none }
#OnwhiteRed A:visited { color: #c64e52; text-decoration: none }
#OnwhiteRed A:hover { color: #c64e52; text-decoration: none}
#OnwhiteRed {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}

/*
Headers
*/

.REDHeader {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c64e52;
	line-height: 140%;
	font-weight: bold;
}


/*
Text
*/

.Whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #CCCCCC;
	padding: 1px;
}



/* footer */

.footerlink A:link { color: #ffffff; text-decoration: none}
.footerlink A:active { color: #ffffff; text-decoration: none}
.footerlink A:visited { color: #ffffff; text-decoration: none}
.footerlink A:hover { color: #ffffff; text-decoration: none; background: #23ccfd}
.footerlink { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 120%;  }

.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #23ccfd;
	padding: 1px;
}