	@import url("/common_files/base_styles/base.css");
	@import url("/common_files/copyright/copy.css");
	@media print {
	    body { 
			background-color: #FFFFFF;
			color: #000000;
		}
	}
	@media screen {
		body {
    		background-color: #000000;
			color: #FFFFCC;
		}
	}
	@media screen, print {
		body { 
			text-align: center;
			}
	    img.WebLogoSq {
			display: inline;
		 	width: 139px;
			height: 113px;
			border-style: none;
			}	
		table.presentation {
			display: inline;
			width: 600px;
			height: auto;
			}
		table.presentation td.logo {
			text-align: center;
			}
		table.presentation td.image {
			text-align: center;
			height: 475px;
			width: 600px;
			border-style: none;
			}
		table.presentation td.next, table.presentation td.previous, table.presentation td.index { 
			font-size: 1.4em;
			width: 200px;
			}
		table.presentation td.next { text-align: right }
		table.presentation td.previous { text-align: left }
		table.presentation td.index { text-align: center }

		table.presentation td.text {
			font-size: 100%;
			text-align: justify;
			}
		a:link {
			color: #0099FF;
			}
		a:visited {
			color: #CC33FF;
			}			
		table.presentation td.advert { 
			text-align: center; 
			height: 70px;
			vertical-align: bottom;
			}
		div.SlideList {
			text-align: left;
		}	
	}

