/* *** CSS for printing only */

html{
	margin:0px;
	padding:0px;
	
}

body{
	margin:0px;
	padding:0px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {font-size:20px; color:#000000;}
h2 {font-size:15px; color:#000000;}
h3 {font-size:15px; color:#000000;}
h4 {font-size:15px; color:#000000;}


a:link, a:active, a:visited {
	color: #000000;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}


#list li {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;;
	list-style-image:  url(./images/li.gif);
    margin: 0;
	margin-left:10px;	
	padding:0;
}

input, select, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {
	border: 0px none;
}

#pagewidth{
	width:100%;
	min-width: 500px;
}



img {
	border: 0px none;
}

.imagediv {
	width:500px;
    height:120px;
    overflow:hidden;

}

 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	.imagediv {display:none;}
}


.tables 
{
width:100%;
height:100px;
}

.Stil1 {color: #000000; font-weight: bold;}

