body{ /* set the relative font size of IE5-5.5 differently to everything else, and we scale it from there */
margin: 0px 0px 0px 0px;
padding:0px;
color: #333;
}


body, td, p { 
font-family: verdana, arial, georgia;
font-size: 11px;
}


/*Global Whitespace Reset*/
form, input {	
padding: 0px;
margin: 0px;
}
h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { 
	margin:15px 0; 	
}
dd, blockquote {
	margin-left: 40px;
}
fieldset {
	padding:10px;
}
/* end : Global Whitespace Reset*/

h4  {
	font:  bold 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


a:link{
  color: #06c;
  background: transparent;
text-decoration: none;
}
a:visited{
  color: #036;
  background: transparent;
text-decoration: none;
}
a:hover{
  color: #f60;
  background: transparent;
text-decoration: none;
}