﻿body {
  background-color:#f0f0f0;
  font-family:Verdana,Helvetica, sans-serif;
  font-size:10px;
  font-color:#000000;
}

p, td {
  font-size:12px;
}

.tbltitle {
  font-size:12px;
  font-style:bold;
  color:#000098;
}

.maintable {
  width:100%;
  height: 100%;
  border-width:0px;
  border-style: solid;
}


.pic {
  text-align:center;
  border-width:1px;
  border-color:#000000;
  border-style:solid;
  background-color:#ffffff;
  padding:20px;
/*  spacing:10px; */
}

.small {
  font-size:9px;
}

.names {
  font-size:18px;
  font-weight:bold;
  color:#000098;
}

.headers {
  font-size:10px;
  font-style:italic;
  border-style:solid;
  border-width:1px 0px 0px 0px;
  border-color:#000000;
}

.headline {
  font-size:12px;
  font-style:italic;
}

a {
  color:#000098;
  font-size:13px;
  font-weight:normal;
  text-decoration:none;
}

a:link {
  color:#000098;
  font-size:12pt;
  font-weight:none;
  text-decoration:none;
}

a:hover {
  color:#000098;
  font-size:13px;
  font-weight:none;
  text-decoration:underline;
}

/* a:visited { color:#404040; font-size:13px; font-weight:bold; text-decoration:none; } */
a:active {
  color:#c00000;
  font-size:13px;
  font-weight:bold;
  text-decoration:underline;
}

