﻿body 
{
   margin-bottom:0px;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   font-family:Verdana;
   font-size:9pt;
}
INPUT
{
   font-family:Verdana;
   font-size:8pt;
   }
A:link
{
   text-decoration:none;
   color:#4682b4;
}
A:visited
{
   text-decoration:none;
   color:#4682b4;
}
A:hover 
{
   font-weight:bold; 
   text-decoration: underline ;
   color:#4682b4;
}
.menu
{
   font-size:8pt;
   border-left:solid 1px white;
   font-family:verdana;
}
.menu A:visited 
{
   font-weight:bold; 
   text-decoration: none;
   color:white;
}
.menu A:link
{
   font-weight:bold; 
   text-decoration: none;
   color:white;
}
.menu A:hover 
{
   font-weight:bold; 
   text-decoration: underline ;
   color:orange;
}
.menuSelected
{
   font-size:8pt;
   background-color: #ffffff;
   border-style:solid;
}
.footer
{
   height:20px;
   color:white;
}
.textSmall
{
color: Gray;
font-family:Verdana;
font-size:7pt;
}
.title11
{
font-family:Verdana;
font-size:11pt;
font-weight:bold;
}
.TDtitle10
{
font-family:Verdana;
font-size:10pt;
font-weight:bold;
background-color:#F0F8FF;
padding: 3px;
border: solid 1px;
}

.TDtitle9
{
font-family:Verdana;
font-size:9pt;
background-color:#EEEEEE;
padding: 2px;
border: solid 1px;
font-weight:bold;
}

.example-image-link {
  display: inline-block;
  margin: 5px 5px 10px 5px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #5e5e5e;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 191, ../sass/screen.sass */
.example-image-link:hover {
  border: 4px solid #4682b4;
}

/* line 194, ../sass/screen.sass */
.example-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.image
{
    text-align:center;
    padding:5px;
    }