html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
		margin:0;
		padding:0;
		}
body {
	background: #fff url(graphics/bg-body.gif) repeat-x;
	font:76%/160% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	margin:10;
	}
p {
	text-align:left;
	}		
a:link {
	color:#bb0000;
	text-decoration:none;
	border-bottom:1px dotted #bb0000;
	}	
a:visited {
	color:#bb0000;
	text-decoration:none;
	border-bottom:1px dotted #bb0000;
	}		
a:hover,
a:focus {
	color:#ee0000;
	border-bottom:1px solid #ee0000;
	text-decoration:none;
	}
table a,
table a:link,
table a:visited {
	border:none;
	}		
img {
	border:0;
	margin-top:.5em;
	}	
table {
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
		border-collapse:collapse;
	}
caption {
	color: #CCCCCC;
	font-size: 1.5em;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
tr.odd td,
tr.odd .column1 {
	background:#f4f9fe url(background.gif) no-repeat;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	font: normal 0.8em/1.6em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}	
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.0em/1.6em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}				
tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
tfoot th strong {
	font:bold 1.0em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.0em;
	font-style: normal;
	}	
.input {
    border: 1px solid #333333;
    background: #EEEEEE;
}
.input2 {
    border: 1px solid #bbbbbb;
    background: #FFFFFF;
}
.button {
    border: 1px solid #333333;
    background: #DDDDDD;
}
.button2 {
    border: 2px solid #999999;
    background: #FFFFFF;
    font:bold 1.2em/1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    padding:.3em 1em;
}
.button3 {
    border: 2px solid #999999;
    background: #cff490;
    font:bold 1.2em/1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    padding:.3em 1em;
}
.button4 {
    border: 2px solid #999999;
    background: #ffd617;
    font:bold 1.2em/1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    padding:.3em 1em;
}
.button5 {
    border: 2px solid #999999;
    background: #b0cdf2;
    font:bold 1.2em/1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    padding:.3em 1em;
}
.titulo {
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing:.1em;
}
.titulo_campo {
	color: #3573c0;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing:.05em;
}
.titulo2 {
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing:.1em;
}
.titulo3 {
	color: #000000;
	font:bold 1.2em/1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	letter-spacing:.1em;
}
.orientacoes {
	color: #333333;
	font-size: 1.1em;
	letter-spacing:.1em;
}
.primaryAction { 
	background: #FFFFFF url(button_bg.gif) repeat-x scroll 0% 1em;
	color: #000;
	border-color: #999  #999 #555 #999;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;	
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; 
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;
}
.primaryAction:hover { font-weight: bold; color: #187db3; border-color: #666 #666 #222 #666;  }
.inpute { 
	background: #FFFFFF url(input_bg.png) repeat-x -2px -2px;
	border-color: #888888 #CCCCCC #CCCCCC;
	border-style: solid;
	border-width: 2px;
	padding: 3px 0 3px 3px;
	margin: 1px;
	font-size: 100%;
}
#pop{display:none;position:absolute;top:50%;left:50%;margin-left:-150px;margin-top:-100px;padding:10px;width:300px;height:200px;border:1px solid #d0d0d0}