p.cntr {
background: #000000;
text-align: center;
color: #FFFFFF;
text-decoration: none;
font-family: Helvetica Neue Medium;
font-size: 12;
font-weight: bold;
height: auto;
width: auto;
margin-left: auto;
margin-right: auto;
}
td.off {
background: #039703;
text-align: center;
color: #FFFFFF;
text-decoration: none;
font-family: verdana;
font-size: 12;
font-weight: bold;
height: 20px;
width: 140px;
cursor : pointer;
}
td.on {
background: #FF0000;
text-align: center;
color: #FFFFFF;
text-decoration: none;
font-family: verdana;
font-size: 12;
font-weight: bold;
height: 20px;
width: 140px;
cursor : pointer;
}
td.off1 {
background: #039703;
color: #FFFFFF;
text-decoration: none;
font-family: verdana;
font-size: 9;
cursor : pointer;
}
td.on1 {
background: #FFFFFF;
color: #FF0000;
text-decoration: none;
font-family: verdana;
font-size: 14;
cursor : pointer;
}
td.on2 {
cursor : pointer;
}
td.off2 {
cursor : pointer;
}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
cursor : default;
}

.noir-12b { font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
}

.noir-11b { font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
}

.noir-11p { font-family: Verdana;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
}

.rouge-11p { font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #FF0000;
		text-decoration: none;
}