body{
font-family: arial;
background-color: #666666;
}

table{
background-color: #ffffff;
border-style: none;
border-spacing: 0px;
border-collapse: collapse;
}

table.main{
width: 64%;
margin-left: 18%;
margin-right: 18%;
}

td.ok{
background-color: #00FF33;
}

td.nok{
background-color: #FF6600;
}

td.space{
padding-left: 1em;
}

td.black{
background-color: #000000;
text-align: center;
color: #FFFFFF;
}

td.menu{
width: 24%;
text-align: left;
background-color: #000000;
padding-left: 1em;
padding-top: 1em;
color: #FFFFFF;
font-size: 80%;
font-weight: bold;
}
a:link {
text-decoration:none;
color: #0000CC;
}

a:visited {
text-decoration: none;
color: #0000CC;
}

a:hover {
text-decoration: underline;
color: #000066;
}


td.menu a.twoem:link {
color:  #FFFFFF;
text-decoration:none;
padding-left: 2em;
}

td.menu a.twoem:visited {
color: #FFFFFF;
text-decoration: none;
padding-left: 2em;
}

td.menu a.twoem:hover {
color: #FFFFFF;
text-decoration: underline;
padding-left: 2em;
}

td.menu a.oneem:link{
color: #FFFFFF;
text-decoration: none;
}

td.menu a.oneem:visited{
color: #FFFFFF;
text-decoration: none;
}

td.menu a.oneem:hover{
color: #FFFFFF;
text-decoration: underline;
}
div.cls{
font-family: Century Gothic;
font-size: 150%;
padding-right: 2em;
}

.center{
text-align:center;
}
td.title{
padding-bottom: 1em;
padding-top: 1em;
text-align: center;
background-color: #FFCC99;
font-size: 120%
}

div.note{
font-size: 85%;
}

tr.top{
padding-right: 2em;
padding-left: 2em;
}
.logo{
padding-right: 8em;
vertical-align: middle;
padding-bottom: 1em;
}