h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
}

a{
/*\*/
   overflow: hidden;
/**/
}
a:link 	  { color:#5555dd;}
a:hover   { color:#5555dd; text-decoration: none}
a:visited { color:#5555dd;}
a img,img {
	border:0;
}

form{
	margin:0;
	padding:0;
}

hr{
	display:none;
}

.txt-left{   text-align:left; }
.txt-center{ text-align:center; }
.txt-right{  text-align:right; }

.float-left{  float:left; }
.float-right{ float:right; }
.clear{ clear:both; }

.txt-upper{ text-transform:uppercase; }
.txt-lower{ text-transform:lowercase; }

.pkg {zoom:1;}
.pkg:after{
	content: ""; 
	display: block; 
	clear: both;
}
