
table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 80%;
    border-collapse: collapse;
}

 td,  th, thead{
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 4px 3px 2px 15px;
    text-align: right;
}

.hdr, th, thead{
    font-size: 1.1em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

div.alt  , tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}
  .lft {
	text-align: left;

}

hr, nav a, .nav a, nav p {
	text-align: left;
	text-decoration: none;
	background-color: #98bf21;
    border: 2px solid #98bf21;
    border-radius: 3px;
    color: #fff;
	 margin-left: 1px;
    margin-bottom: 3px;
    

}

.test{
	text-align: left;
	text-decoration: none;
	color:#669b15;

	
}

.redText {
	color: #ff6666;
	}
