/* CSS Document */

.brd_gridtable{
	width:100%;
	border: 10px solid #ffffff;
}

.title_border{
	width:100%;
	border: 10px solid #ffffff;
}

table.title_border td.header_title{
	padding: 8px 10px 8px 10px;
	background-color:#EFF3F6;
	text-align: left;
	font: bold 10pt;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-color:#003366;
	border-bottom-style:dashed;
}

.brd_name{
  font-size:8pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding-left: 35px;
}

ul.brd{
	list-style-type: square;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	padding-left: 8px;
}

.brd_title{
	padding-top: 10px;
  font-size:8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
