body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	/*min-width:600px; */   /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
}

input, select, textarea {
	border: 1px solid #999999;
	text-align: left;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#333333;
	font-weight: bold;
	outline: none;
}

a:hover {
	color:#25a585;
	text-decoration: underline;
}

#fixed {
	margin:0 auto;
	width:889px;   /* you can use px, em or % */
	text-align:left;
}

.meta {
	display: none;
}

.content table#tbstriped {
	border: 1px solid rgb(96, 99, 67); 
	width: 410px;
	margin: 0px;
	padding: 0px;
}

.content #tbstriped .col1 {
	width: 75px;
}
.content #tbstriped .col2 {
	width: 260px;
}
.content #tbstriped .col3 {
	width: 75px;
}

.content #tbstriped .col12 {
	width: 335px;
}

.content #tbstriped .col123 {
	width: 410px;
}

.content #tbstriped .bluegreenRow { 
	border: 1px solid rgb(217, 217, 217); 
	padding: 3px 3px; 
	background-color: rgb(55, 108, 135); 
	font-size: 14px; 
	color: rgb(255, 255, 255); 
	text-align: left; 
	margin: 0px;
} 

.content #tbstriped .greenRow { 
	border: 1px solid rgb(217, 217, 217); 
	padding: 3px 3px; 
	background-color: rgb(204, 255, 153); 
	font-size: 12px; 
	text-align: left; 
	margin: 0px;
} 

.content #tbstriped .yellowRow { 
	border: 1px solid rgb(217, 217, 217); 
	padding: 3px 3px; 
	background-color: rgb(255, 251, 187); 
	font-size: 12px; 
	text-align: left; 
	margin: 0px;
}



ul.secondary li {
	display: inline;
	padding-top: 0pt;
	padding-right: 0px;
	padding-bottom: 0pt;
	padding-left: 0px;
}

ul.primary li a {
	margin-right: 0.5em;
	padding-top: 0pt;
	padding-right: 1px;
	padding-bottom: 0pt;
	padding-left: 1px;
}

.field-field-boardagendareports ol ol {
	list-style-type: lower-alpha;
}
