/* CSS Document */

/* Element Selectors */
body{font-family: verdana, arial, tahoma, helvetica, sans-serif; color:#000; font-size:81%}
h1,h2,h3,h4,h5,h6{font-size:100%;}
h1{font-size:120%;}
h2{font-size:110%;}
img{border:0;}
a{color:#0000ff; text-decoration:none;}
a:hover{text-decoration:underline;}
form{padding:0; margin:0; border:0;}
input{font-size:100%; color:#000; font-family: verdana, arial, tahoma, helvetica, sans-serif;}
select{font-size:100%; color:#000; font-family: verdana, arial, tahoma, helvetica, sans-serif;}
table{font-size:100%;}
table tr td{font-size:100%;}
/* End element Selectors */

/* hide these from printer */

#topToolbar  {
	display:none;
	}

#containerBanner  {
	display:none;
	}
	
#leftDiv  {
	display:none;
	}
	
#rightDiv {
	display:none;
	}

#containerBtm {
	display:none;
	}		
