/* CSS Document */
/* Events Table */
a { 
	color: #77985C; 
	}

.events {
  	line-height: 1.5em;
  	background: #919191;
  	}
table {
	width: 99%;
	position: relative;
	top: -4px;
	left: -4px;
	background: #fff;
	border-top: 1px solid #003399;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #003399;
  	}
table caption {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #fff;
  	}
table th, table td {
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
  	}
table th {
	color: #003366;
	font-weight: normal;
  	}
table .name {
  	text-align: left;
  	}
table tr {
  	background: #FFFFFF;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}
table td a, table td a:visited {
	display: block;
	font-weight: bold;
	font-size: 90%;
	color: #003366;
	font-style: italic;
  	}
table td a:hover, table td a:active {
	display: block;
	color: #0066CC;
	text-decoration: underline;
  	}

.otitbox {
	color: #003366;
	text-align: left;
	background-color: #FFCC00;
}
