/* CSS Document */
body {
	width: 800px;
    margin: 10px auto;
    border: 1px solid #666666;
    min-height: 500px;
}

#menu {
	font-family: "Trebuchet MS", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", sans-serif;
    font-size: 11px;
    margin: 10px 20px;
    padding: 2px 0;
    border-bottom: 5px solid #000000;
    color: #990000;
}
#menu a, menu a:visited {
    color: #990000;
    text-decoration: none;
}
#menu a:hover {
	color: #FF0000;
}
#conteudo {
	font-family: Arial, Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", sans-serif;
    font-size: 12px;
    margin: 10px 20px;   
}
h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px 2px 10px;
    color: #FFFFFF;
    background: #999999;
}
h2:first-letter {
	font-weight: bold;
    font-size: 110%;
}
h3 {
	color: #000000;
    background: #CCCCCC;
}
.itens {
	border-bottom: 1px dashed #999999;
    padding-bottom: 5px;
}
a, a:visited {
	color: #660000;
    text-decoration: none;
}
a:hover, a:active {
	color: #666666;
    text-decoration: underline
}
img.program {
	float: right;
    margin-left: 10px;
    vertical-align: text-top;
}
table.results {
	width: 700px;
    margin: 0 auto;
	margin-top: 2px;
	
}
.results td {
	border-bottom: 1px dashed #666666;
    padding-left: 20px;
    font-size: 10px;
}
