@charset "UTF-8";
/* CSS Document */
﻿/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font:62.5%/170% arial, helvetica, sans-serif;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1  {
	letter-spacing:-1px;
}
 
p, ul, ol {
	margin:0;
	padding:0;
}
 
ul, ol {
	list-style:none;
}

 
img {
	border:0;
}
 
 
 
/***** Links *****/

a { color: inherit; }
 
a, a:visited {
	text-decoration:none;
}
 

 


﻿

 

 
.clear         { font-size:0px; line-height:0px; display:block; margin:0px; 		   padding:0px; clear:both; height:0px; width:auto; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 

 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }


