
/*///////////////////////////////////////////////////////////////////////////////
// Font Classes
///////////////////////////////////////////////////////////////////////////////*/

.small {
    font-size: 13px;
	font-weight: normal;
}

.heading {

	font-family:Century Gothic,Arial,Helvetica,sans-serif;
	font-size: 14px;	
	font-weight: 800;
	margin-left: 11px;

}

.stdfont1 {
	font-family:Century Gothic,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.stdfont,
.stdfont td{
	font-family:Century Gothic,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

.stdfont th {
	font-family:Century Gothic,Arial,Helvetica,sans-serif;
	color: #28510F;
	font-size: 14px;
	font-weight: normal;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F9890B;
	font-size: 16px;
	font-weight: 200;
}


/*///////////////////////////////////////////////////////////////////////////////
// Data Classes
///////////////////////////////////////////////////////////////////////////////*/

.years {
    width: 40px;
    text-align: right;
}

.name {
	width: 200px;
}

.amount {
    width: 100px;
    text-align: right;	
}



.stdlink :link {
	color: #1A02CB;
	text-decoration: none;
/*	filter: alpha(opacity=50);*/

}

.stdlink :visited {
	color: #1A02CB;
	text-decoration: none;
}

.stdlink :hover {
	color: #1A02CB;
	text-decoration:underline;
}

.indent p {
 	margin-left: 20px;
	text-indent: 20;
}