/* CSS Document */

td {	
	font-family: Georgia;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	}
	
a { color: #006633;}

.year { 
  color: #006633;
  font-weight: bold;
  }

.buttonscontainer {width: 180px;}

.buttons a {color: #000000;
background-color: #ffffff;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #FFFFFF;
font: 12px Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: right;
line-height: 20px;
margin-top: 3px;
margin-right: 10px;}

.buttons a:hover {background-color: #ffffff;
color: #006633;
text-decoration: none;}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
.links a{
	color: #666666;
	text-decoration: none;
}
.links a:hover {
	color: #006633;
	
}

.body {
	font-family: Georgia;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	margin-left: 10px;
	margin-right: 15px;
}

.body2{
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-left: 10px;
	margin-right: 15px;
}
.title {
	font-family: Georgia;
	font-size: 19px;
	color: #006633;
	margin-left: 10px;

}
