/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	height:100%;
}

td
{
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
}

.form_box {
	border : 1px solid #CFCFCF;
	background : #EEF1E5;
	background-image: url('../files/fundo_form.gif');
	font-family : Arial;
	font-size : 12px;
	height : 15px;
	width : 154px;
	color : #000000;
	padding-left:3px;
}

a , a:visited{
    FONT-SIZE: 12px;
	COLOR: #9E0000;
	FONT-FAMILY: arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}

a:hover	{
    FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: arial;
	TEXT-DECORATION: underline;
	font-weight: bold;
}

.tl_internas {
	font-size: 17px;
	color: #000000;
	font-family: arial;
	font-weight: bold;
}

table.grade {
	background: #eeeeee;
}

td.grade_titulo {
	background: #eeeeee;
}

td.grade {
	background: white;
}
td.grade_c {
	background: white;
	text-align: center;
}
input.botaozinho
{
	background: #eeeee;
	text-align: center;
	font-size: 9px;
	border: 1px solid #cccccc;
	cursor: pointer;
}
p.erro
{
	color: #9E0000;
}
p.descricao
{
	color: #808080;
	margin-top: 3px;
}
p.dias
{
	color: #808080;
	margin-top: 3px;
	margin-left: 5px;
}