﻿body
{
    font-family: Calibri;
    color: Black;
    font-size: 11pt;
}
.head
{
    font-family: Times New Roman;
    font-size: 16pt;
    font-weight:bold;
    color:#AC0508;     /* Webify Red */
    
}

.form1
{
    
}
.panel
{
    background-color:Transparent;
    padding:15px;
    float:left;
    /**
    background-image:url("../../Images/columngrad2.JPG");
    background-repeat:repeat-x;
    **/
}
.modalBackground
{
    background-color:#CCCCFF;
    filter:alpha(opacity=40);
    opacity:0.5;
}
.ModalWindow
{

  border: solid 1px #c0c0c0;
  background:White;
  padding: 5px 5px 5px 5px;
  /**
  position:absolute;
  top:-1000px;
  **/
}

