// ************************************************************************************
// This file contains website-specific configuration values for the JavaScript
// functionality included in other shared .js files.
// ************************************************************************************

//Configuration for hint windows. See hint.js for more information. 
var Hint_ContentColor = '#efefef';
var Hint_ContentLeftBorderColor = '#00541D';
var Hint_ContentRightBorderColor = '#00541D';
var Hint_InnerBorderColor = '#00541D';
var Hint_OuterBorderColor = '#00541D';


