@charset "utf-8";
/* CSS Document */

/* STYLE */

/* cinza */ 
.top{ background: url(images/border.gif) repeat-x #F8F8F8} 
.bottom{ background: url(images/border.gif) repeat-x left bottom} 
.right{ background: url(images/border.gif) repeat-y right top}
.left{ background: url(images/border.gif) repeat-y left top}
.lt{ background:url(images/lt.gif) no-repeat left top}
.rt{ background:url(images/rt.gif) no-repeat right top}
.lb{ background:url(images/lb.gif) no-repeat left bottom}
.rb{ background:url(images/rb.gif) no-repeat right bottom}

/* branca */ 
.top1{ background: url(images/border1.gif) repeat-x #ffffff} 
.bottom1{ background: url(images/border1.gif) repeat-x left bottom} 
.right1{ background: url(images/border1.gif) repeat-y right top}
.left1{ background: url(images/border1.gif) repeat-y left top}
.lt1{ background:url(images/lt1.gif) no-repeat left top}
.rt1{ background:url(images/rt1.gif) no-repeat right top}
.lb1{ background:url(images/lb1.gif) no-repeat left bottom}
.rb1{ background:url(images/rb1.gif) no-repeat right bottom}

.box .title {
  color:#636363; 
  font-size:13px; 
	font-weight:bold;
}

.box .subtitle {
	color:#FF9900;
  font-size:12px; 
	font-weight:bold;
}

.box .more {
  text-align:right;
}

.box .more a {
	text-decoration:none;
	font-weight:bold;
	color:#555555;
}

/* LAYOUT */

.box .image {
	margin:5px;
}

.box .title {
	padding:10px 0px 0px 0px;
}

.box .subtitle {
	padding:10px 0px 3px 0px;
}

.box .more {
	padding-right:10px; 
	padding-top:5px;
	padding-bottom:5px;
}
