@page {
	size: 							auto;
	margin: 						1in;
}

@media print {
	.noprint { 
		display: 					none; 
	}
}

@media screen {		
	.noprint { 
		display:					block;
	}			
}

@media print,screen
{
	a {
		text-decoration:			none;
		border-bottom:				1px dashed #006;
	}
	
	a:hover {
		text-decoration:			none;
		border-bottom:				1px solid #006;
	}
	
	a:active {
		color:						#006;
	}
	
	a:link {
		color:						#006;
	}
	
	a:visited {
		color:						#006;
	}
	
	body { 
		font-family: 				"Georgia, Times New Roman, Times, serif";
		font-size: 					10pt;
		color:						#006;
		background-color: 			#F90;
		scrollbar-arrow-color: 		#FFF;
		scrollbar-base-color: 		#F90;
	}
	
	h1 { 
		font-size: 					16pt; 
		color:						#006;
	}
	
	h2 { 
		font-size: 					14pt; 
		color:						#006; 
	}
	
	h3 { 
		font-size: 					12pt; 
		color:						#006; 
	}
	
	strong, td, th	{ 
		font-size: 					10pt; 
	}
	
	.box {
		background-color:			#FC9;
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 2pt #006;
	}
	
	.box_logo {
		background-color:			#69C;
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 2pt #006;
	}
	
	.box_portrait {
		background-color:			#FC9;
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 2pt #006;
	}
	
	.box_white {
		background-color:			#FFF;
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 2pt #006;
	}
	
	.header_tab {
		color:						#006;
		background-color:			#FC6;
		border:						solid 1px #006;
	}
	
	.head {
		background-image: 			url(/Academic/Design/D4P/EGR486/EE/03-Projects/Golf_Swing/images/imgorangelines.gif);
		background-repeat: 			repeat;
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 1pt #006;
		height:						1%;
	}
	
	.index_card {
		background-color:			#FFF;
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 2pt #006;
		width:						525px;
	}
	
	.body {
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 1pt #006;
		vertical-align:				middle;
	}
	
	.foot {
		background-image: 			url(/Academic/Design/D4P/EGR486/EE/03-Projects/Golf_Swing/images/imgorangelines.gif);
		background-repeat: 			repeat;
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 2pt #006;
		height:						1%;
	}
	
	.img {
		border-bottom:				0px !important;
	}
	
	.navbox {
		background-color:			#FC6;
		border:						solid 1px #006;
	}
	
	.navlink {
		color: 						#06C !important;
		text-decoration:			none;
		border-bottom:				0px;
		font-weight:				bold;
	}
	
	.navlink:hover {
		color: 						#006 !important;
		text-decoration: 			none;
		border-bottom:				0px;
		font-weight:				bold;
		cursor: 					help;
	}
	
	.navrow, .row {
		background-color: 			#FFF;
	}
	
	.navrow_alt, .row_alt {
		background-color: 			#9CF;
	}
	
	.page {
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 2pt #006;
		background-color:			#FFF;
		width:						95%;
		height:						95%;
		vertical-align:				middle;				
	}
	
	.smalltxt {
		color:						#06C;
		font-size:					8pt;
	}
	
	.smalltxt_link {
		color: 						#06C !important;
		font-size:					8pt;
		text-decoration:			none !important;
		border-bottom:				1px dashed #06C !important;
	}
	
	.smalltxt_link:hover {
		color: 						#006 !important;
		font-size:					8pt;
		text-decoration:			none !important;
		border-bottom:				1px solid #006 !important;
		cursor: 					help;
	}
	
	.stat {
		border-left:				solid 1pt #006;
		border-top:					solid 1pt #006;
		border-right:				solid 2pt #006;
		border-bottom:				solid 2pt #006;				
	}
	
}	