/*default */
*
{
   margin: 0px;
   padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, form, fieldset, label, select, input, textarea, address, blockquote, nobr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

html
{
	height: 100%;
}

body
{ 
	background: #cccccc;
	font-size: 12px;
	text-align: center;
	height: 100%;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.img {border:0;
padding:0; margin:0;}

a.link:link     { color: #000; font-weight: normal; text-decoration: none; padding-right:15px; }
a.link:visited  { color: #000; font-weight: normal; text-decoration: none; padding-right:15px;  }
a.link:hover    { color: #666; font-weight: normal; text-decoration: underline; padding-right:15px;  }
a.link:active   { color: #000; font-weight: normal; text-decoration: none; padding-right:15px;  }
a.link:focus    { color: #000; font-weight: normal; text-decoration: underline; padding-right:15px;  }
