@charset "utf-8";

/* css browser reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* a styles */
a{color:#1d91ca; text-decoration:none;}
a:hover{text-decoration:underline;}

/* div styles */
div#corners-top{background:url(../images/corners-top.png) no-repeat top; width:606px; height:104px; margin-bottom:-40px;}
div#corners-btm{background:url(../images/corners-btm.png) no-repeat bottom; width:606px; height:104px;}

/* h1 styles*/
div#corners-top h1{font-size:16px; color:#1d91ca; font-weight:bold; padding:35px 0 0 40px; letter-spacing:-0.01em;}

/* img styles */
img{margin:0 0 15px 35px;}

/* p styles */
p{color:#303030; letter-spacing:-0.01em; font-size:13px; line-height:22px; margin:0 25px 15px 35px;}

/* general classes */
.bold{font-weight:bold;}
.red{color:#f00;}
.text-right{text-align:right;}