/**
 * @author DN Consultants
  */


body {
    background: #fff;
    color: #000000;
    font-size: 100.1%;
    padding: 0px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.contentpane {
	width:auto;
	margin:10px;
	text-align: left;
}

img { border: 0 none; }

::selection {
    background: rgba(255, 255, 255, 0);
    /* Safari */
}
::-moz-selection {
    background: rgba(255, 255, 255, 0);
    /* Firefox */
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}