body{background:#fff;}
p {
font-size: 11px;
color: #666;
font-family:arial;
margin:0 0 1.2em 0;
}

ol, li, ul
{
font-size: 11px;
color: #666;
}

hr {
1px dashed #b2b2b2;
}

a {
  color:#3999d9;
  text-decoration:none;
  }

a:hover {
  color:#3999d9;
  text-decoration:underline;
  }


h1 {
font-family: arial;
font-size: 16px;
color: #666;

}

h2 {
font-family: arial;
font-size: 14px;
color: #000;
}

h3 {
font-family: arial;
font-size: 12px;
color: #000;
}



.button {
border: 1px solid #008fc8;
background: #eef6f9;
font-color:#008fc8; 
font-size: 11px;
}

.formentry {
border: 1px solid #008fc8;
background: #fff;
font-color:#008fc8; 
font-size: 11px;
}


