@charset "utf-8";
/* CSS Document */
body { background-color: #fff; color: #252525; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; }
a:link { color: #0368cd; text-decoration: underline; }
a:visited { color: #00488e; text-decoration: underline; }
a:hover { color: #0368cd; text-decoration: none; }
a.white:link { color: #fff; text-decoration: underline; }
a.white:visited { color: #fff; text-decoration: underline; }
a.white:hover { color: #fff; text-decoration: none; }
UL { list-style-image: url(/images/bullet.gif);	}
h1 { color: #0368cd; font-size: 24px; font-weight: bold; margin-bottom: 1mm;	}
h2 { color: #0368cd; font-size: 18px; font-weight: bold; margin-top: 0mm; margin-bottom: 0.5mm; }
h3 { color: #0368cd; font-size: 14px; margin-top: 0.5mm; }
h4 { font-size: 14px; }
.whitenormal { color: #fff; font-size: 11px; }
.whitebigger { color: #fff; font-size: 14px; }
.blacknormal { font-size: 11px; }
.blackbigger { font-size: 14px; }
.bluenormal { color: #0368cd; font-size: 11px; }
.bluebigger { color: #0368cd; font-size: 14px; }
td { vertical-align: top; }
