/* CSS Document */

body,td {
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
   
p { font-size: 12px;
 margin-top : 5px;
  margin-bottom : 10px;
   line-height: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #434343;
	font-weight: normal;
	font-style: normal;

      }
     
     
     
a { text-decoration: none; color: #679902; }
a:hover { text-decoration: none;
	color: #000;
}


.sideTitle {
	color: #679902;
	font-size: 11px;
	font-weight: bold;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom: 1px none #a3a3a3;
}

.endTitle {
	color: #00000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a3a3a3;
}

.repeaterTitle { color: #1e5c29; font-size: 14px; font-weight: bold; padding-bottom:5px; margin-bottom: 20px; border-bottom: 1px solid #d9d9d9; }
.footerText  { color: #000; font-size: 12px; }

.footerText a{
	color: #fff;
}
.footerText a:hover{
	color: #fff;
}
.topNote { font-size: 11px; color: #656565; padding: 10px 0 8px 0; }
.topNote a { color: #3d3d3d; }
.tocLink a, .sideText { font-size: 12px; }
.imgBorder {
	border: none;
}

