@charset "utf-8";
/* CSS Document */

/* =============================== Common ============================ */

html, body, form { padding: 0em; margin: 0em;  }

form { font-family: Verdana, Tahoma, Helvetica, sans-serif; }

html { font-size:100.01%; height: 100%; overflow-y: scroll; }
   
body { font-size:62.5%; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; height: 100%; }

input,select { font-size: 1em; 	font-family: Verdana, Tahoma, Helvetica, sans-serif; }

h1 { font-size:2em }
h2 { font-size:1.5em }
h3 { font-size:1.25em }
h4 { font-size:1em }

div,p,span,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form { border: none; }

.clear { clear: both; }
.clearfix:after { content:"."; display:block; height:0em; clear:both; visibility:hidden; }

a { text-decoration: none; outline: none;  }
a:hover { text-decoration: underline; }

/* =============================== Globals ============================ */

body { background-color: #000; color: #FFF;}


h1.logo { width: 66px; height: 66px; background: url('/static/images/pact_logo.gif') no-repeat top left; overflow: hidden; text-indent: -9999px; margin: 15px 0 18px 8px; }
h1.logo a { display: block; width: 66px; height: 66px; overflow: hidden; text-indent: -9999px; }


div.textContent { width: 370px; padding-left: 8px; padding-bottom: 40px; font-size: 13px; }

div.textContent h2 { color: #b9d331; margin-top: 15px; margin-bottom: 0; }
div.textContent h2.sectionTitle { overflow: hidden; text-indent: -9999px; background-image: no-repeat top left; }
div.textContent h2.textTitle { overflow: hidden; text-indent: -9999px; background-image: no-repeat top left; margin-top: 40px; }
div.textContent p { margin-top: 8px; margin-bottom: 0; line-height: 17px; }
div.textContent a { color: #87c540; }