@charset "utf-8";
/* Simonik Transportation and Warehousing Global CSS Document */

* {
margin: 0px;
padding: 0px;
}





a {
border: none;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

img {
border: none;
}


.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}


/*img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
*/
h1 {
font-size: 1.6em;
font-weight: bold;
}


