@CHARSET "ISO-8859-1";

*
{
	margin:0px;
	padding:0px;
}

body
{
	 font-family:Verdana,Arial,Helvetica,sans-serif;;
	 font-size: 14px;
}

ul
{
	list-style:none;
}

table
{
	width:100%;
	border-pacing:0px;
	border-width:0px;
	border-collapse:collapse;
	spacing:0;
}

table th
{
	text-align:left;
}

p
{
	margin:7px 0;
}

.ClearFix
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height:0;
}
