html {
     background: #FFF url(imagens/bg_.jpg) repeat-x top;
     }

body {
 	margin:0px;
	padding:0px;
    color: #606060;
    background:transparent url(imagens/bg_footer.jpg) repeat-x bottom;
 }
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 13px;
}
#content {
        position: relative;
        z-index: 1;
}
input {
	BORDER-TOP-WIDTH: 1px;
    BORDER-LEFT-WIDTH: 1px;
    FONT-SIZE: 11px;
    BORDER-LEFT-COLOR: white;
    BORDER-BOTTOM-WIDTH: 1px;
    BORDER-BOTTOM-COLOR: white;
    COLOR: black;
    BORDER-TOP-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #e2e2e2;
    BORDER-RIGHT-WIDTH: 1px;
    BORDER-RIGHT-COLOR: white
}

a:link		{ color: #606060; text-decoration: none; }
a:visited	{ color: #606060; text-decoration: none; }
a:active	{ color: #606060; text-decoration: none; }
a:hover		{ color: #800000; text-decoration: underline; }

.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; text-decoration:none}
a.footer {color:#FFFFFF; text-decoration:none}
a.footer:link {color:#FFFFFF; text-decoration:none}
a.footer:visited {color:#FFFFFF; text-decoration:none}
a.footer:active {color:#FFFFFF; text-decoration:none}
a.footer:hover {color:#C0FFFF; text-decoration:underline}

.pointer{cursor:pointer}

