@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;}

body{ font-family:Arial;
	  font-size:10pt;
	  color:#858586;
	  font-weight:normal;
	  text-decoration:none;
	  line-height:21px;
	  }
	  
	  
a 	   { color:#4a4a4a;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color:#a10b14; text-decoration:underline;}
a:active {text-decoration: none;}

ul, li, ol{ padding:0px; margin:0px; list-style:none;}

img{ border:none;}

.clear{ clear:both; }


