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;
  background: #ffffff;
  text-align: center;
}

body, td, p, form, input, table { 
  color: #575757;
  font-size: 12px;
  font-family: arial, Geneva, Arial, Helvetica, sans-serif;
}

p { 
  line-height: 1.5;
}

li { 
  line-height: 1.5
}


/*Global Whitespace Reset*/
form, input {	
  padding: 0px;
  margin: 0px;
}
h1, h2, h4, h5, h6, p, pre, blockquote, form, label, 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: #3A5FBE;
 font-weight: bold;
 background: transparent;
  text-decoration: none;
}

a:visited {
  color: #3A5FBE;
 font-weight: bold;
  background: transparent;
  text-decoration: none;
}

a:hover{
  color: #3A5FBE;
 font-weight: bold;
  background: transparent;
  text-decoration: none;
}