body
{
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	font-size:0.76em;
}

img
{
	border:none;
	margin:0;
	padding:0;
}

a img
{
	border:none;
}

a {
	color:#2A2A2A;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div,p,form,h1,h2,h3,h4,h5,hr,ul,dl,dd,dt,ol,li,object,param,table,tr,td,th,input,textarea,button,select
{
	margin:0;
	padding:0;
}

table
{
	display:block;
}

th
{
	text-align:left;
}

ul
{
	list-style-type:none;
}

.clear
{
	clear:both;
	display:inline;
}

.clearfix:after {
   content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}
