/* Includes Styling */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

.BroGrey {color: #999999; text-decoration:none;}

.BroADD {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

BroADD:link {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

.table{
	background-color:#F4F4F4;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.header{
	color:#000000;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	background-color:#DDDDDD;
	border:1px solid #999999;
}

th{
	width:17%;
	height:15px;
	background-color:#999999;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	border-right:1px solid #FFFFFF;
}

.th{
	width:17%;
	height:20px;
	background-color:#999999;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

.td{
	text-align:center;
	height:30px;
	border:1px solid #999;
}

.tabletd{
	text-align:left;
	height:30px;
	border:1px solid #999;
	padding-left:10px;
}

.box{
	border-top:1px solid #999;
}

/* End Includes Styling*/


