/**
 * this only for popup windows
 * @author J Fan
 */
@font-face {
    font-family: "proxima";
    src: url("/ehealthinsurance/assets/fonts/proxima/eot/ProximaNova-RegWeb.eot");
    src: url("/ehealthinsurance/assets/fonts/proxima/eot/ProximaNova-RegWeb.eot?#iefix") format('embedded-opentype'), url("/ehealthinsurance/assets/fonts/proxima/woff/ProximaNova-RegWeb.woff") format('woff'), url("/ehealthinsurance/assets/fonts/proxima/ttf/ProximaNova-Reg.ttf") format('truetype');
}
<!--
  body {
    color: black;
    background: white;
  }
  :link { color: #003366 }  /* for unvisited links */
  :visited { color: #003366 } /* for visited links */
  :active { color: #FF6600 } /* when link is clicked */
  :text { color: #000000 } /* for all default text */
/* 
 * for the table backgroup colors 
 */
  .bgwhite{ background: white }
.whitelinks {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #FFFFFF}

-->


#global-container{
	margin:0 auto;
	text-align:left;
	width:770px;
  
}
#global-container p {
  font-family: proxima, Arial, Helvetica, sans-serif !important;
}