@media print
{
    body 
    {
        background-image: none;
    }

    #logobar 
    {
        display: none;
    }
	
	    #lowerlink
    {
        display: none;
    }

	    #backlinks 
    {
        display: none;
    }
	
	.printheader {
    display: block;
    }
	
	#htdiv {
		font-family: "Times New Roman", Times, Georgia, serif; 
		font-size: 100%;
		width:99%;
	}

	#htdiv a {
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

	#htpush {
		width: 98%;
		border: 0;
		text-align: left;
		margin: 5px 5px 5px 5px;
		padding: 5px;
	}

	#htpush a {
		color:#000000;
	}

	#indexlinks a:hover {
		color:#FFFFFF;
		text-decoration: none;
	}
	
	#cdata a:hover {
		color:#333333;
		text-decoration: none;
	}

	#lowerlink a:hover {
		color:#333333;
		text-decoration: none;
	}

	#backlinks{
		width: 98%;
		padding: 0px 0px 10px 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 75%;
		font-weight: bold;
		text-align: right;
	}

	#backlinks a {
		color:#000000;
	}
	
	#copnot {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 70%;
		font-weight: bold;
		width: 98%;
		text-align:center;
		color: #000000;
	}

	/************************************************/
	/*	content classes								*/
	/************************************************/ 

	.indexlinks{
		padding: 2px 2px 2px 2px;
		background-color:#CCCCCC;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 85%;
		font-weight: bold;
		color: #333333;
	}

	.head1 {font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#000099;
		font-size: 119%;
		font-weight: bold;
	}

	.head2 {font-family:"Times New Roman", Times, serif;
		color:#990000;
		font-size: 90%;
		font-weight: bold;
	}

	.small {
		font-size: 80%;
	}

	.linkit {
		font-style:italic;
	}

	.makedark {
		color:#000000;
	}

	.pageind {
		color: #FFFFFF;
		background-color:#990000;
		font-size: 80%;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		}
	
	.auxt {
		font-size: 120%;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		}
	
	.axt2 {
		color: #333333;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 95%;
		}

.underl {
	text-decoration: underline;
	}
	
.supers {
	font-size: 65%;
	vertical-align: super;
	}

	/************************************************/
	/*	html tags									*/
	/************************************************/ 
	
	a {
		color:#000000;
	}
	
	li {
	margin-bottom: 12px;
	}


}
