a:link{ color:#000000; text-decoration:none }
a:hover{ color:#000000; text-decoration:underline }
a:visited:hover{ color:#000000; text-decoration:underline }
a:visited{ color:#000000; text-decoration:none }

.Absolute-Center {
 width:500px;
 height:400px;
 margin:0 auto;
 background:#ffffff;
 position:absolute;
 left:50%;
 top:50%;
 margin-left:-250px;
 margin-top:-250px;
}


.container {
  font-family: 'Source Sans Pro', sans-serif;
  color:#000000;
  font-size: 12pt;
  text-align: right;
}

.smallgray {
  font-family: 'Source Sans Pro', sans-serif;
  color:#868686;
  font-size: 9pt;
}

.smallgraytop {
  font-family: 'Source Sans Pro', sans-serif;
  color:#868686;
  font-size: 11pt;
}

.smallgraybot {
  font-family: 'Source Sans Pro', sans-serif;
  color:#868686;
  font-size: 9pt;
  padding-left:5px;
}

.bigblacktop {
  font-family: 'Source Sans Pro', sans-serif;
  color:#000000;
  font-size: 13pt;
}

.smallblack {
  font-family: 'Source Sans Pro', sans-serif;
  color:#000000;
  font-size: 10pt;
}