@media screen, projection, print{

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul, ol, li {
   margin: 0;
	padding: 0;
	list-style: none;
}

.clearMe {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	line-height: 0;
}

div.clearMe {
	overflow: hidden;
}

.inv {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}


.wsFormBut, label {
	cursor: pointer;
}

.wsFormBut {
	margin: 0; 
	padding: 0;
	border: 0.0625em solid;
	font-weight: bold;
}

input, textarea, select {
	font-size: 1em;
	font-family:  "Verdana", "Arial", "Helvetica", sans-serif;
}

abbr, acronym {
		border-bottom: none;
		font-style: normal;
		cursor: help;
	}

.wdrde{ font-weight: bold; font-style: normal; }	

* { padding:0; margin:0; }

a{ text-decoration: underline; }

q, cite, blockquote{
   quotes: '' '';
   font-style: normal;
   }

.plain{ font-weight: normal; }
.bold{ font-weight: bold; }
.italic{ font-style: italic; }

.small{ font-size: 93%; }

table, tr, td, th{
   padding: 0; margin: 0;
   border: none; border-width: 0; border-style: solid;
   border-spacing: 0; border-collapse: collapse;
   vertical-align: top;
   }
.wsNoWrap{ white-space: nowrap; }

}

@media print{
   table.wsDataTable{ margin: 0.4167em; }
}
