.padding {
    padding: 2px 7px 2px 7px;
} .btn {
    border: 3px double #efefef;;
    color: #FFFFFF;
	  background-color: #FFFFFF;
} .btn.blue {
    background-color: #0084FF;
} .btn.green {
    background-color: #2EB227
} .btn.btpink {
    background-color: #e1a;
} .btn:hover {
    border-color: #ccc;
} .text11bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
} 
.text24boldwhite {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
	color:white;
} 
.text12bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}
.text12 {
    font-family: Arial, Helvetica, sans-serif;
 
    font-size: 12px;
}  
.text14 {
    font-family: Arial, Helvetica, sans-serif;
 
    font-size: 14px;
}  
.text16bold {
    font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
    font-size: 16px;
}  
.text18bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: 18px;
}  

.text14bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
} 
.borderlight {
    border: 1px solid #EFEFEF;
} .link12bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #5DB008;
} .link10 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
} .text10 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
} 
a.text10 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
} 
.text11 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
} 
.grama {
    background-image: url(http://www.livralivro.com.br/images/grama2.gif);
    background-repeat: repeat-x;
} .grama3 {
    background-image: url(/images/grama3.png);
    background-repeat: repeat-x;
}

/*Style na pagina principal*/ .style1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0084FF;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 32px;
    line-height: normal;
} .style3 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
} .style5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
} .style6 {
    color: #0084FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #0084FF;
} .style7 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
		font-weight:bold;
} .notice {
    background: #FFF6BF;
    border: 2px solid #FFD324;
    color: #333;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;

}
.pink {
	  color: #e1a;
}
.bgpink {
	  background-color: #e1a;
}
.textblue{
	  color: #0084FF;
}
.textgreen{
	  color: #2EB227;
}
.textpink{
	  color: #e1a;
}
a.textpink:hover{
	  background-color:#e1a;
}
a.textgreen:hover{
   background-color: #2EB227
	
}

.textwhite{
	  color: white;
}
