body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

/* address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}*/

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

a{
      outline: none; /* for Firefox Google Chrome  */
      behavior:expression(this.onFocus=this.blur()); /* for IE */
}

.val_top {
	vertical-align: top;
}
.pad10 {
	padding: 10px;
}

.width05 { width: 5%; }

.width10 { width: 10%; }

.width13 { width: 13%; }

.width15 { width: 15%; }

.width18 { width: 18%; }

.width20 { width: 20%; }

.width25 { width: 25%; }

.width30 { width: 30%; }

.width35 { width: 35%; }

.width40 { width: 40%; }

.width45 { width: 45%; }

.width50 { width: 50%; }

.printicon a {
	background-image: url(/images/printicon.png);
	background-repeat: no-repeat;
	width: 51px;
	font-size: 0px;
	float: right;
	height: 51px;
	display: block;
	background-position: right 3px;
}

