@charset "utf-8";

.consumer{
	margin-bottom:20px;
}

.red{
	color:#ff0000;
}
.blue{
	color:#0000ff;
}
.green{
	color:#006600;
}
.orange{
	color:#ff9900;
}
.vpink{
	color:#ff0066;
}

#container{
background:#f5f5f5;
	color:#333;
	line-height:1.4;
	position:relative;
       margin:10px 10px 10px 10px;
       padding:5px 5px 5px 5px;
       border-radius:10px;
}
#containerunidol{
background:#f5f5f5;
	color:#333;
	line-height:1.4;
	position:relative;
       margin:10px 10px 10px 10px;
       padding:5px 5px 5px 5px;
       border-radius:5px;
	font-size:0.9rem;
}
#wrapper img{
	width: 90%;
	max-width: 600px;
}
#main>div>nav:first-child{
	text-align:center;
	margin:10px 10px;
}
.center{
	text-align:center;
            margin:5px 0px 15px 0px;
}
hr{
            margin:7px;
}
.container2{
           padding:0px 0px 10px 10px;
}
.bold{
	font-weight:bold;
}
.imgsize img{
	border: 1px solid #000;
	width: 200px;
	height: 200px;
}
.bt{
   text-align:center;
   text-decoration: none;
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   padding: 0.3em 0.9em;
   margin: 0px 0.3em;
   text-decoration: none;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1;
   background: -moz-linear-gradient(top, #fff, #ccc);
   background: -o-linear-gradient(top, #fff, #ccc);
   background: linear-gradient(top, #fff, #ccc);
   line-height: 2em;
   white-space: nowrap;

.kijisize{
margin: 0px 30px 1em 30px;
font-size:10pt;
line-height:110%;
}