@charset "UTF-8";
/* I am the reset-style sheet */
html{background:#ffffff;color:#000000;font:14px sans-serif;word-wrap:break-word}
/* TODO remove settings on BODY since we can't namespace it. */
/* TODO test putting a class on HEAD. - Fails on FF. */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
/* HTML5 display-role reset for older browsers */
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
/* TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit... */
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
/* TODO Figure out where this list-style rule is best set. Hedger has a request to investigate. */
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
/* to preserve line-height and selector appearance */
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select,option{font:inherit inherit inherit}
/*to enable resizing for IE*/
input,textarea,select,option{font-size:100%}
/*because legend doesn't inherit in IE */
legend{color:#000000}
/* HTML5 elements */
article,aside,details,figcaption,figure,footer,header,hgroup,main,mark,nav,picture,section,summary,time {display:block;margin:0;padding:0;}
/* BLUESUN MARKS */
div.bluesun_mark, div.bluesun_mark p{font-size:11px; color:#f09e00;background: #ffffff;padding:15px 8px;border:1px solid #ebce95;line-height:1.5em;}
div.bluesun_mark:first-line, div.bluesun_mark p:first-line{font-weight:bold;}
@media print{
body{font-size:9pt}
}