/* CSS Document */
body{
	background-color: #5f5f5f;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #292929;
	}
	
#content{
	width:600px;
	margin: 0 auto;
	padding: 0px;
	background-repeat: no-repeat;
	text-align: left;
	}
	
#titlebar{
	width: 500px;
	height: 120px;

	}
	
#title{
	display: none;
	}
	
#front{
	width: 500px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #6f6f6f;
	text-align: center;
	}
		
#tell{
	float: left;
	width: 288px;
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #6f6f6f;
	}

#show{
	width: 200px;
	margin: 0px 0px 0px 297px;
	padding: 0px;
	background-color: #000000;
	font-size: x-small;
	color: #6c6c6c;
	text-align: right;
	}
	
#pops{
	width: 510px;
	margin: 0px;
	padding: 0px;
	background-color: #6f6f6f;
	text-align: left;
	}

p{
	margin: 8px 20px 10px 20px;
	padding: 0;
	}
	
a:link {
	margin-left: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #ca56fc;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #d67bfd;
	}
	
a:hover {
	text-decoration: underline;
	color: #ca56fc;
	}
	
h4 {
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 600;
	color: #585858;
	}
	
.credit{
	margin: 0;
	font-size: 9px;
	}

.title2{
	display: none;
	}

.emp{
	font-size: small;
	font-weight: 700;
	}
	
.inside{
	margin: 3px 0px 0px 2px;
	}
	
.printTitle{
	margin-top: 30px;
	visibility: visible;
	}

.hide {
	visibility: hidden;
	}
