/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
	font-weight: strong;

}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #3366cc;
	text-decoration: none;
	font-weight: strong;

}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #990000;
	text-decoration: underline;
	font-weight: strong;

}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #3366CC;
	text-decoration: underline;
	font-weight: strong;

}
a.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #3366CC;
	text-decoration: none;
	font-weight: strong;

