

/* Popup Stylesheet */ 

#centercol {
 position: relative;
 margin-left: auto;
 margin-right: auto;
 top: 10px;
 border: silver solid 0px;
 width: 677px;
 height: 516px;
 z-index: 5;}

.description {
 margin:0; 
 padding: 20px 0px;
 text-align: left;
 font-family: verdana, tahoma, arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000000;
 background:#ffffff}
 
.colorchange {
 font-family: verdana, tahoma, arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: red;
 background:#ffffff}
 
p {
 margin: 5px;
 font-family: verdana, tahoma, arial, sans-serif;
 font-size: 12px;
 line-height: 18px;
 font-weight: normal;
 background:#ffffff;
 color: #333333;}

h3 {
 margin-top: 5px;
 margin-bottom: 5px;
 text-align: center;
 display: block;
 font-family: verdana, tahoma, arial, sans-serif;
 font-weight: bold;
 color: #000080;
 background:#ffffff}
 
 h5 {
 margin:0; 
 padding: 20px 0px;
 text-align: center;
 font-family: verdana, tahoma, arial, sans-serif;
 font-weight: normal;
 color: #333333;
 background:#ffffff}
 
a:link {
  color: #333333; 
  text-decoration: none;
  background:#ffffff}

a:visited {
  color:purple; 
  text-decoration: none;
  background:#ffffff}

a:active {
  color: #333333;
  text-decoration: none;
  background:#ffffff;} 

a:hover {
  color: blue;
  text-decoration: none;
  background:#ffffff;}