body {
    background-color: #fff;
    margin: 0;
    font-family: eurostile, helvetica, sans-serif;
    }
    
#container {
    position: relative;
    margin-left: 24px;
    margin-top: 40px;
    padding-left: 30px;
    background-color: #fff;
    eborder: 1px solid #E2F8E2;
    width: 853px;
    eheight: 832px;
    }

img {
    padding-top: 0;
    margin-right: 20px;
    padding-bottom: 0;
    border: 1px solid #999;
}
p.caption {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
    efont-family: sans-serif;
    efont-size: 8pt;
    color: #999;
}

h3 {
	margin: 0 0.6em 0 0.3em;
	}
	
table
{
    border-color: #999;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

td
{
    border-color: #999;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    width: 3.6em;
    height: 2em;
    text-align: center;
    efont-family: sans-serif;
    efont-size: .9em;
    }

.black {
	width: 2em;
	height: 2em;
	background-color: #222;
	color: #fff;
	}

.purple {
	width: 2em;
	height: 2em;
	background-color: #cc00cc;
	color: #fff;
	}
	
.blue {
	width: 2em;
	height: 2em;
	background-color: #0070c0;
	color: #fff;
	}

.green {
	width: 2em;
	height: 2em;
	background-color: #00b050;
	color: #fff;
	}
	
.yellow {
	width: 2em;
	height: 2em;
	background-color: #ff0;
	color: #222;
	}
	
.orange {
	width: 2em;
	height: 2em;
	background-color: #ffc000;
	color: #222;
	}
	
.red {
	width: 2em;
	height: 2em;
	background-color: #f00;
	color: #222;
	}
	
.white {
	width: 2em;
	height: 2em;
	background-color: #fff;
	color: #222;
	}
	
.grey {
	width: 2em;
	height: 2em;
	background-color: #e6e6e6;
	}

.notered {
    efont-weight: bold;
    color: #f33;
    background-color: #fcc;
    }
    
.noteblue {
    efont-weight: bold;
    color: #03c;
    background-color: #def;
    }
    
.header {
    efont-weight: bold;
    color: #555;
    font-size: .8em;
	background-color: #f6f6f6;
    }

.side {
    color: #555;
	background-color: #f6f6f6;
    }
	
.result {
	width: 14.5em;
	}

.results_container {
    position: absolute;
    top: 104px;
    left: 880px;
    width: 372px;
    }
    
.results {
    margin-left: 2em;
    margin-top: 2em;
    }
    
.results td {
    width: 2.5em;
    height: 1.5em;
    }
    
.note {
    efont-size: 0.8em;
    line-height: 1.3em;
    }
    
a {
    color: #555;
    }