@charset "UTF-8";

* {
    margin: 0;
}

img { -ms-interpolation-mode: bicubic; }

html {
margin: 0px; 
padding: 0px; 
font-family:Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:14px; 
font-weight:normal;
color: #323232;
line-height:20px;
}

body { 
margin: 0px; 
padding: 0px; 
font-family:Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:14px; 
font-weight:normal;
color: #323232;
background-color:#ffffff;
line-height:20px;
}

.clear {
	clear: both;
}



