table a:link {

  text-decoration: none; 
  line-height: 20px;
}
table a:visited {

  text-decoration:none;
}
table a:active,
table a:hover {

	text-decoration:underline;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	background:#eaebec;
	margin:0px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

=
}

table th {
	padding:21px 10px 22px 10px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	background: #ededed;
}
table th:first-child {
	text-align: left;
	padding-left:10px;
  border-left: none;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
  
}
table tr {
	padding-left:10px;
  text-align: left;

}
table td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
table td {
	padding:10px;
	
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
vertical-align: top;
	background: #fafafa;
	
}
table tr.even td {
	background: #eaeaea;

}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}


.monthyear {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 20px 0px;
}

.submit {

font-style: italic;
line-height: 30px;


}

.nameat {

	font-weight: lighter;
	color: #999;
	line-height: 20px;

}
  

 a{
font-weight: normal;
color: green;

  }