body		{ margin: 0;
		  padding: 0;
		  background:#F5FFF0}
div		{ margin: 0;
		  padding: 0; }
.padded         { padding:15px; }
.darkBar        { background-color: #DEC;
		  border-color: #070;
		  border-style: solid;
		  border-width: 1px 0px 1px 0px;
		  padding:5px;}

.title		{ font-family: Arial, Helvetica, sans-serif;
		  font-size: 16px;
		  color: #040;
		  padding-bottom:6px;
		  white-space: nowrap;}
.sub		{ font-family: Arial, Helvetica, sans-serif;
		  font-size: 12px;
		  color: #444;
		  white-space: nowrap;}

a               { font-family: Arial, Helvetica, sans-serif; 
		  font-size: 12px;
		  font-weight: plain;
                  color: #070;}
a:hover		{ color: #FF5;
		  background-color:#90C080;}

.menuBar	{ background-color: #DEC;
		  border-color: #070;
		  border-style: solid;
		  border-width: 1px 0px 1px 0px;
		  padding-left:10px;
		  padding-right:10px; 
		  padding-top:0px;  
		  padding-bottom:0px;
		  margin-top:5px;
		  margin-bottom:5px;
		  white-space: nowrap;}
.menuItem	{ font-family: Arial, Helvetica, sans-serif;
		  font-size: 17px;
		  font-weight: bold;
		  text-decoration: none;
                  border-width: 2px;
		  border-style: solid;
		  border-color: #070;
		  border-radius: 10px;
		  -moz-border-radius: 10px;
                  padding-left: 8px;
                  padding-right: 8px;
		  padding-top: 4px;
		  padding-bottom: 4px;
		  margin-left:4px;
		  margin-right:4px;
		  color: #070;
		  background-color: #90C080; }

.menuItemLive	{ font-family: Arial, Helvetica, sans-serif;
		  font-size: 17px;
		  font-weight: bold;
		  text-decoration: none;
                  border-width: 2px;
		  border-style: solid;
		  border-color: black;
		  border-radius: 10px;
		  -moz-border-radius: 10px;
                  padding-left: 8px;
                  padding-right: 8px;
		  padding-top: 4px;
		  padding-bottom: 4px;
		  margin-left:4px;
		  margin-right:4px;
		  color: #770;
		  background-color: #FFC; }

.amuse		{ font-family: Arial, Helvetica, sans-serif;
		  font-size: 11px;
		  background:#FFB;}
.notation	{ font-family: Arial, Helvetica, sans-serif;
		  font-size: 10px}
.red		{ color:#900; }

h2		{ font-family: Arial, Helvetica, sans-serif;
		  color: #330;
		  font-size: 16px;
		  font-weight: plain}
h3		{ font-family: Arial, Helvetica, sans-serif;
		  color: #330;
		  font-size: 14px;
		  font-weight: plain}
h4		{ font-family: Arial, Helvetica, sans-serif;
		  color: #330;
		  font-size: 12px;
		  font-weight: plain}
p		{ font-family: Arial, Helvetica, sans-serif;
		  color: #000;
		  font-size: 12px;
		  font-weight: plain}
li		{ font-family: Arial, Helvetica, sans-serif;
		  color: #000;
		  font-size: 12px;
		  font-weight: plain}
td		{ padding:0;
		  font-family: Arial, Helvetica, sans-serif;
		  color: #000;
		  font-size: 12px;
		  font-weight: plain}
dt		{ font-family: Arial, Helvetica, sans-serif;
		  color: #000;
		  font-size: 12px;
		  font-weight: plain;
		  font-style:italic;}
dd		{ font-family: Arial, Helvetica, sans-serif;
		  color: #000;
		  font-size: 12px;
		  font-weight: plain;
		  margin-bottom:12px;}
