/* CSS, style sheet file */
/* Change values for style attributes such as colours and fonts */

/* Page background color */
body { background-color: #44647D }

/* Motif bar */
.MotifBar    { background-color:#88BBEE;}

/* Navigation */
.Navigation    { background-color:#BBEEFF;  font-family: Arial, Helvetica, sans-serif; color:#000000;}

/* Main area */
.Main    { background-color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; color:#000000;}

