A 			{ color: #000000; text-decoration: underline; }
A:link		{ color: #1d5766; text-decoration: underline; }
A:visited	{ color: #1d5766; text-decoration: underline; }
A:active	{ color: #6d8bd1;  }
A:hover		 { color: #6d8bd1; }

A.knockout 			{ color: #bfcbe5; text-decoration: underline; }
A.knockout:link		{ color: #bfcbe5; text-decoration: underline; }
A.knockout:visited	{ color: #bfcbe5; text-decoration: underline; }
A.knockout:active		{ color: #FFFFFF;  }
A.knockout:hover		{ color: #FFFFFF; }

body {
               margin-top: 25px; 
               background-image: url("/img/skybkg.jpg");
               background-repeat: repeat-x;
               background-attachment: fixed;
 }


.credit {
	font-size: 7pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #dae2f2;
	letter-spacing: .5px;
	margin-top: 20px;
	margin-bottom: 10px;	 }