/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */
#navbar ul li {
	display: inline; 
	font-size:16px;
	padding:inherit;
 }

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}

#datalist {
	font:14px Arial, Helvetica, sans-serif;
	}
	
/* Class Styles */
	
.bodyText {
	font:16px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:26px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.table-responsive{
	min-height:.01%;
	overflow-x:auto
	}
@media screen and (max-width:767px){
.table-responsive{
	width:100%;
	margin-bottom:15px;
	overflow-y:hidden;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	border:1px solid #ddd
	}
.table-responsive>.table{
	margin-bottom:0
	}
.table-responsive>
.table>tbody>tr>td,
.table-responsive>
.table>tbody>tr>th,
.table-responsive>
.table>tfoot>tr>td,
.table-responsive>
.table>tfoot>tr>th,
.table-responsive>
.table>thead>tr>td,
.table-responsive>.
table>thead>tr>th{
white-space:nowrap
}
.table-responsive>
.table-bordered{
border:0
}
.table-responsive>
.table-bordered>tbody>tr>td:first-child,
.table-responsive>
.table-bordered>tbody>tr>th:first-child,
.table-responsive>
.table-bordered>tfoot>tr>td:first-child,
.table-responsive>
.table-bordered>tfoot>tr>th:first-child,
.table-responsive>
.table-bordered>thead>tr>td:first-child,
.table-responsive>
.table-bordered>thead>tr>th:first-child{
border-left:0
}
.table-responsive>
.table-bordered>tbody>tr>td:last-child,
.table-responsive>
.table-bordered>tbody>tr>th:last-child,
.table-responsive>
.table-bordered>tfoot>tr>td:last-child,
.table-responsive>
.table-bordered>tfoot>tr>th:last-child,
.table-responsive>
.table-bordered>thead>tr>td:last-child,
.table-responsive>
.table-bordered>thead>tr>th:last-child{
border-right:0
}
.table-responsive>
.table-bordered>tbody>tr:last-child>td,
.table-responsive>
.table-bordered>tbody>tr:last-child>th,.table-responsive>
.table-bordered>tfoot>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
}
fieldset{
min-width:0;
padding:0;margin:0;
border:0
}
legend{display:block;width:100%;
padding:0;
margin-bottom:20px;
font-size:21px;
line-height:inherit;
color:#333;
border:0;
border-bottom:1px solid #e5e5e5
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
