@charset "utf-8";
/* CSS Document */

html { margin:0; padding:0; height:100%; border:none; }
body { margin:0; padding:0; height:100%; border:none; color: #373737; font-weight:normal; font:12px arial, sans-serif; line-height:18px; background-color:#ffffff; font-decoration: none; }
img { border:0px; }
#wrapper { margin:0; padding:0; height:100%; border:none; }
#container { width:900px; margin-left:auto; margin-right:auto; padding:0px; }

.white1 { color: #ffffff; font-weight:normal; font:12px arial, sans-serif; line-height:18px; }
.bigtitle { color:#373737; font-weight:normal; font:18pt helvetica, sans-serif; line-height:22px; letter-spacing:-2px; }
.smalltitle { color:#373737; font-weight:normal; font:12pt helvetica, sans-serif; line-height:18px; letter-spacing:-1px; }
.smalltitle2 { color:#0181e3; font-weight:normal; font:12pt helvetica, sans-serif; line-height:18px; letter-spacing:-1px; }

a:link, a:visited { color: #0181e3; font:12px arial, sans-serif; text-decoration:none; line-height:18px; }
a:hover, a:active { color: #0181e3; font:12px arial, sans-serif; text-decoration:underline; line-height:18px; }

a.bigtitle:link, a.bigtitle:visited { color:#373737; font-weight:normal; font:18pt helvetica, sans-serif; line-height:22px; letter-spacing:-2px; }
a.bigtitle:hover, a.bigtitle:active { color:#0181e3; font-weight:normal; font:18pt helvetica, sans-serif; line-height:22px; letter-spacing:-2px; }

a.smalltitle:link, a.smalltitle:visited { color:#373737; font-weight:normal; font:12pt helvetica, sans-serif; line-height:18px; letter-spacing:-1px; }
a.smalltitle:hover, a.smalltitle:active { color:#0181e3; font-weight:normal; font:12pt helvetica, sans-serif; line-height:18px; letter-spacing:-1px; }

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }