﻿/**************************** box ****************************/
.box_mantle
{
  background-image:url('images/grd-4px_1.1.gif');
  background-repeat:repeat-x;

}

.md{
  background:#fff;
  border:1px solid #b0bec7;
}

#leftcolumn .md{
  border:1px solid #91a7b4;
  border-color:#b0bdc6 #91a7b4 #91a7b4 #b0bdc6;
}

.box_top
{
	border-right: 1px solid lavender;
	border-top: 1px solid lavender;
	border-left: 1px solid lavender;
	clear:none;
}

.box_btm {
	clear: none;
	height: 10px;
}

.box_bg
{
	border-right: 1px solid lavender;
	border-top: 1px solid lavender;
	border-left: 1px solid lavender;
	border-bottom: 1px solid lavender;
	clear:none;
	height: auto 5px;
}

.box_subject
{
	color: #990000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	clear:none;
}

.box_body
{
	padding-left: 5px;
	padding-right: 5px;
	clear:none;
}

/**************************** box2 ****************************/
.box2_subject
{
	color: #990000;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	clear:none;
	border-bottom: 1px solid lavender;
}


