/* CSS Document */

a.date_links:link {
	color: #CCFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
}
a.date_links:active {
	color: #B7FFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
}
a.date_links:visited {
	color: #B7FFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
}
a.date_links:hover {
	color: #00FF00;
	text-decoration: underline;
	font-weight: bold;	
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
}
a.adobe_link:link {
	color: #CCFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;

}
a.adobe_link:active {
	text-decoration: underline;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #CCFFFF;


}
a.adobe_link:visited {
	color: #CCFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;

}
a.adobe_link:hover {
	color: #00FF00;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;

}
