/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 570px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 550px;
 padding: 10px;
 margin: 10px 0px 0px 0px;
 background: #e5e5e5;
}
#navigation {
 color: #333;
 padding: 5px;
 margin: 0px 0px 0px 0px;
 /*background: #ABBEBE;*/
 font-size: 11px;
 font-family: Tahoma;
 text-align: center;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 225px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 225px;
 display: inline;
 position: relative;
}
#footer { 
 width: 550px;
 /*clear: both;*/
 color: #333;
 /*background: #ABBEBE;*/
 margin: 0px 0px 10px 0px;
 /*padding: 10px;*/
 text-align: center;
}
.clear { clear: both; background: none; }

#results {
 color: #333;
 width: 550px;
 padding: 10px;
 margin: 10px 0px 0px 0px;
}

.slogan{
	border-top: 1px solid #000;
	padding: 5px;
	font-weight: bold; 
	font-size: 12px; 
	color: #000;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #e5e5e5;
}
.textoCaixa{
	font-size: 11px; 
	color: black; 
	font-family: Arial; 
	font-weight: normal
}
.textoCaixatabela2{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #cc0033;
	text-decoration: none;
}
h3, .instrucoes{
	font-weight: bold; 
	font-size: 12px; 
	color: #cc0033; 
	font-family: Tahoma; 
	letter-spacing: 1px;
	background-color: #ffffff;
	text-align: left;
}
.subinstrucoes{
	font-weight: bold;
	font-size: 12px;
	color: #6666cc;
	font-family: Tahoma;
}
.subinstrucoes2{
	font-size: 9px;
	color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}
.mail{
	color: #cc0033;
}
.caixas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}
.txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.txtheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.row1{
	background-color: #E7E6E4;
}
.row2{
	background-color: #FFFFFF;
}
.rowHover{
	background-color: #ffbe00;
	color: #000;
}
.rowSelected{
	background-color: #CCCCFF;
}
.popuplink{
	font-weight: normal; 
	font-size: 11px; 
	color: #000; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: center;
}
.popuplink:hover{
	font-weight: normal; 
	font-size: 11px; 
	color: #000; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: center;
}
select{
	font-weight: normal; 
	font-size: 11px; 
	color: #000; 
	font-family: verdana, arial, helvetica, sans-serif; 
}