<!-- Begin
// AVAILABLE COLOR THEMES
//	blue
//	bluewhite
//	burgundy
//	gray
//	greenslate
//	teal

// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)

var colorstyle	 	= "teal"	// COLOR THEME
document.write('<link rel="StyleSheet" href="css/'+colorstyle+'.css" type="text/css">');
document.write('<link rel="StyleSheet" href="css/'+colorstyle+'-menu.css" type="text/css">');

//  End -->