<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #ffffff;
}

table, body {
	font-family:Verdana, Geneva, sans-serif;
}

body#home {
	background-image:url(images/home_bkg_02.gif);
}

table#home {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
}

td#home {
	background-image:url(images/home_bkg_01.jpg);
}

input.home {
	width:150px;
}

table#login {
	background-image:url(images/home_img.jpg);
	width:240px;
	height:320px;
}

input#login {
	background-image:url(images/button_bkg.gif);
	height: 30px;
	width: 150px;
	background-repeat: repeat-x;
}

table.opcoes {
	background-image:url(images/bt_bkg.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 80px;
}

td.opcoes {
	font-size: 22px;
}

.bkg_top {
	background-image: url(images/separator_bkg.gif);
	background-repeat: repeat-x;
}

th {
	padding-bottom:12px;
}

td,th {
	font-size:15px;
}

td.escuro {
	background-color:#ACD1E8;
}

td.claro {
	background-color:#C4DEEE;
}

th.claro {
	background-color:#C4DEEE;
}

-->