body {
	font: 12px/21px Arial, Verdana, sans-serif;
	color:#005886;
	width: 700px;
	padding: 6px;
}

	h1 {
  		font: bold 15px Arial, Helvetica, sans-serif;
		color: #834961;
	}

	 a:link {
		color: #67924B;
		text-decoration: none;
		border-bottom: 1px dotted #67924B;
	}
	
	 a:visited {
		color: #9EBE89;
		text-decoration: none;
		border-bottom: 1px dotted #9EBE89;
 	}
 
	 a:hover {
	color: 67924B;
	text-decoration: none;
	border-bottom: 1px solid #67924B;
	}
	
	.mytable {
	width: 473px;
	padding: 0;
	margin: 0;
	margin-left: auto;
    margin-right: auto;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.caption {
	padding: 0 0 5px 0;
	font: italic 11px Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #67924B;
	border-right: 1px solid #005886;
	border-bottom: 1px solid #005886;
	border-top: 1px solid #005886;
	letter-spacing: 0.1.3em;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #D7D9B4 url(images/bg_header.jpg) no-repeat;
}

th.left {
	border-left: 1px solid #005886;
}

.mytable td {
	border-right: 1px solid #005886;
	border-bottom: 1px solid #005886;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #67924B;
}


.mytable td.alt {
	background: #F5FAFA;
}

.mytable td.spec {
	border-left: 1px solid #005886;
}

.mytable td.specalt {
	border-left: 1px solid #005886;
	background: #F5FAFA;
}

.mytable td.blank {
	background: #C89DAE;
	height: 9px;
}

.mytable td.green {
	background: #e7e9d1;
	font-weight: bold;
}

.mytable td.noborder {
	border: 0;
	padding: 6px 6px 6px 12px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

