/* CSS Document */

table {
  	width: 99%; 	
  	border: 1px solid #999999;
  	background: #fff;
  	}
table caption.orange {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	background: #f48644;
	font-weight: bold;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #999999;
	}
table caption.green {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	background: #8bb19f;
	font-weight: bold;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #999999;
	}
table th, table td {
  	margin: 0;
  	padding: 5px 10px;
  	text-align: left;
  	border-bottom: 1px solid #b5b5b5;
  	}
table tr {
  	background-color: #fff;
  	}
table tr.alt {
  	background-color:#eeeeee
  	}
table tr td.subhead {
	text-align: center;
	background: #f48644;
  	}
td.description {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: left;
	vertical-align: top;
	}
.fontSmall {font-size:0.7em;}

.displayNone {display:none;}

