@charset "utf-8";
/*Peter Funk's reset.css*/
/*
Hues
981959
981939
981a1a
983919
985919
Sats
b20000
a90808
981a1a
7d3434
624f4f
Tints
ec9191
dd3a3a
981a1a
400b0b
000000
Momocromatic
981a1a
150303	e46666
595959
Analagous
981a1a	dd3a3a
981943	595959
984319	000000
Triadic
981a1a
199819
191998
Tetradic
981a1a
591998	199898
599819
Complimentary
981a1a
984319
199898
Split Complimentary
981a1a	195998
984319	595959
199859	000000
*/
a, body, div, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, tr, textarea, ul { margin:0; padding:0; font-style:normal; }
html { height:100%; }
body { background:#d1f2cc no-repeat fixed;

background-image: -moz-linear-gradient(-45deg,  #f1f1f1 0%, #cdcdcd 80%, #bababa 81%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(80%,#cdcdcd), color-stop(81%,#bababa), color-stop(100%,#e8e8e8));
background-image: -webkit-linear-gradient(-45deg,  #f1f1f1 0%,#cdcdcd 80%,#bababa 81%,#e8e8e8 100%);
background-image: -o-linear-gradient(-45deg,  #f1f1f1 0%,#cdcdcd 80%,#bababa 81%,#e8e8e8 100%);
background-image: -ms-linear-gradient(-45deg,  #f1f1f1 0%,#cdcdcd 80%,#bababa 81%,#e8e8e8 100%);
background-image: linear-gradient(-45deg,  #f1f1f1 0%,#cdcdcd 80%,#bababa 81%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e8e8e8',GradientType=0 );


color:#150303; font:400 16px Calibri, 'Trebuchet MS', Arial, sans-serif; height:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
table { border:0; border-collapse:collapse; border-spacing:0; }
ul, ul>li { text-indent:0px; list-style:none; }
img { border:0; }
h1, h2, h3, h4, h5, h6 { font-size:24px; font-weight:normal; text-transform:none; }
a { color:#33aaff; outline:none; text-decoration:none; }
a:hover { text-decoration:underline; }
.clearfix:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }