/* Style Sheet by Blueygreen */body {	font-family: "Times New Roman", Times, serif;	font-size: 12pt;	color: #000;	background-color: #fff;	text-align: center; /*ie5 for PC hack - ie5 'incorrectly' centers the block level element - which is what we want to take advantage of here*/	}p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {	font-family: "Times New Roman", Times, serif;	vertical-align: top;	text-align: left;	}p {	margin-top: 0;	margin-bottom: 0;	}.hide {	display: none;	}a:link, a:visited {   color:#000;   background-color: #fff;   }   a:hover {   text-decoration:underline;   color:#000;   background-color: #fff;   }   a:active {	color: #000;	background-color: #fff;	}a img {   border:0;   }   strong {	font-weight: bold;	}em {	font-style: italic;	}