body {
				background-color: #FFFFFF;
				/*font-family: "Trebuchet, Verdana, Tacoma, Gill Sans, Sans-serif";  */
				font-family: "Garamond, Palatino, Serif";  
				font-size: 1em;
				color: #FFDFEF;
				text-align: center;
				}

#masttable {
				background-color: #000000;
				margin: 10px;
				padding: 0px;
				}

#bodytable {
				font-size: .8em;
				background-color: #000000;
				margin: 0px;
				padding: 20px;
				}

#contactPane {
				z-index: 1;
				position: absolute;
				background-color: #664455;
				border: 1px solid #886677;
				}

#contactForm {
				position: relative;
				padding: 4px;
				}

.show {
				bottom: 1em;
				right: 1em;
				visibility: visible;
}

.dontshow {
				bottom: 1em;
				right: 1em;
				visibility: hidden;
}

.footer	{
				padding-top: 1em;
				border-top: solid 1px;
				text-align: center;
				}

.critic {	
				line-height: 0em;
				padding-bottom: 1.5em;
				font-weight: bold;
				}

.criticsquote {	
				/*font-style: normal; */
				line-height: 1.4em;
				}

.rightcallout {
				position: relative; 
				padding-top: 16px; 
				padding-left: 16px; 
				float: right; 
				}

a	{
				color: #ff8600;
				}

a:hover	{
				color: red;
				}

a:visited {
				color: #8f1c95;
				}


