/* CSS - CDL Teresópolis */


/* Body */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	background-image: url(../images/LayoutFundo.jpg);
}



/* Tabelas */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* Form */

.campo {
	font-family:"Trebuchet MS";
	background-color: #F9F6EF;
	font-size: 11px;
	border: double 1px #782C2C;
}

.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* Links */

A {
	color: #0B375C;
	text-decoration: underline;
}

A:hover {
	color: #0B375C;
	text-decoration: none;
}

A.menu {
	color: #0B375C;
	text-decoration: underline;
}

A.menu:hover {
	color: #0B375C;
	text-decoration: none;
}

A.cinza_escuro {
	color: #666666;
	text-decoration: none;
}

A.cinza_escuro:hover {
	color: #666666;
	text-decoration: underline;
}

A.preto {
	color: #000000;
	text-decoration: none;
}

A.preto:hover {
	color: #000000;
	text-decoration: underline;
}



/* Personalizações */

.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333
}

.cinza_escuro {
	color: #666666;
}
