@font-face {
 font-family: PontanoSans;
 src: url("images/PontanoSans-Regular.eot"); /* EOT file for IE */
}
@font-face {
 font-family: PontanoSans;
 src: url("images/PontanoSans-Regular.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: KiteOne;
 src: url("images/KiteOne.eot"); /* EOT file for IE */
}
@font-face {
 font-family: KiteOne;
 src: url("images/KiteOne.ttf"); /* TTF file for CSS3 browsers */
}
body { margin: 0; font-family: arial, helvetica, sans-serif; font-size: 16px; line-height:150%; color: black; background: white; }
a { color: blue; }
a:hover { text-decoration: underline; }
a:active { color: red; }
a:visited { color: #008; }
p {margin:0px}
.box {width:100%; box-sizing:border-box; background:#f0f0f0; padding:10px; font-family:PontanoSans}
.title {font-family:TimesNewRoman; font-size:20px; color:#363; }
td.title {padding-bottom:10px}
img {box-shadow:0px 0px 5px rgba(0,0,0,0.2); }
tr {vertical-align:top}