			@media screen{
				body{
					background-color: gray;
					font-family: verdana;
					font-size: 14px;
					line-height: 28px;
					color: black;
				}
				h1{
					font-family: verdana;
					font-size: 16px;
					text-align: center;
					font-weight: bold;
					color: white;
				}
				
				a:link{
					color: #90611B;
					text-decoration: none;
					font-weight: bold;
				}
				a:visited{
					color: #90611B;
					text-decoration: none;
					font-weight: bold;
				}			
				a:hover{
					color: red;
					text-decoration: underline;
					font-weight: bold;
				}			
				
				#container {
					position: relative;
					width: 950px;
					margin-top: 0px;
					margin-bottom: 0px;
					margin-right: auto;
					margin-left: auto;
					overflow:hidden;
					border: 2px solid black;
					background-color: white;
				}
				
				#bg_headline{
					position: relative;
					background-image: url('../images/header.jpg');
					background-repeat:no-repeat;
					width: 950px;
					height: 170px;
				}
				#the_middle{
					position: relative;
					float: left;
					width: 950px;
					background-color: white;
					background-image: url('../images/slice.jpg');
					background-repeat: repeat-y;
		
				}	
				#the_footer{
					position: relative;
					float: left;
					width: 950px;
					height: 75px;
					background-color: white;
					background-image: url('../images/footer.jpg');
					background-repeat: no-repeat;
					
				}	
				#menu{
					position: relative;
					float: left;
					width: 200px;
					padding: 0px;
					margin-left: 15px;
					color: white;
				}
				#the_text{
					position: relative;
					float: left;
					width: 650px;
					padding: 10px;
					margin-left: 30px;
					padding-bottom: 150px;
				}		
				#admin{
					position: relative;
					float: left;
					width: 100%;
					color: blue;
					font-weight: bold;
					padding-left: 30px;
				}
				
				.td_header{
					font-weight: bold;
					text-decoration: underline;	
				}
				.td_data{
					font-weight: normal;
					text-decoration: none;	
				}
				.td_data2{
					font-weight: bold;
					text-decoration: none;	
				}
				.td_data_print{
					display: inline;
				}	
				#header_print{
					display: none;
				}	
				.print_hide{
					display: none;
				}	
				.the_table{
					position:relative;
					float:left;
					width: 100%;
				}		
			}
			
			@media print{
				body{
					background-color: white;
					font-family: verdana;
					font-size: 14px;
					line-height: 28px;
					color: black;
				}
				#container{
					background-color: white;	
				}
				
				#bg_headline, #the_footer, #menu, #admin{
					display: none;
				}	
								
				#the_middle{
					background-image: url('');
				}	
				
				#header_print{
					position: relative;
					font-size: 18px;
					line-height: 28px;
					text-align: center;
					padding: 15px;
					font-weight: bold;
				}
				#print_text{
					font-size: 12px;
					line-height: 24px;
					text-align:left;
				}
				.td_data_print{
					display: none;	
				}	
				.td_header{
					text-decoration: underline;	
				}
				.print_hide{
					display: inline;
				}	
				.square-peg{
					position: relative;
					float: left;
					display:inline;
					border: 1px black solid;
					margin-left: 30px;
					margin-right: 10px;
					height: 20px;
					width: 30px;
				}
				.cc{
					font-weight: bold;
					font-size: 14px;	
				}	
				.myline{
					position: relative;
					float: left;
					display:inline;
					border-bottom: 1px black solid;	
					width: 100%;
				}
									
			}		