/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td		{
	padding:0; 
	margin:0;
}
html	{
	height:100%
}
table 	{
	border-collapse:collapse; 
	border:0px; 
	width:100%;
	padding:0;
}
a, object {
	outline:none;
}
td {
	vertical-align:top;
	text-align:left;
}
th {
	text-align:left; 
	vertical-align:top
}
img {
	border:none
}
p {
	padding:0px 0px 15px 0px;
}
select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}
ul {
	list-style:disc;
	margin:0px 0px 0px 15px;
}
ol {
	margin:0px 0px 0px 15px;
}
.width	{
	width:100%
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */