@charset "utf-8";
/* CSS Document */
.smallGreen
{
font-size: 11px; 
color: #008300;
text-decoration: none; 
}
.divTopButton 
{ 
color: #515151; 
text-decoration: none; 
font-size: 11px;  
}


.boldsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7c6d50;
	text-decoration: none;
}
.greysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.img-border {
	border: 1px solid #999999;
	margin: 2px;
	padding: 2px;
}
.greenunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #018400;
	text-decoration: underline;
}

