﻿body 
{
    font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
  }
h1
{
    font-size: 16px;
    font-family: Verdana;
    color: #616847;
    font-weight: bold;
    }
    h5
{
    font-size: 15px;
    color: #616847;
    font-weight: bold;

}
h2
{
    font-size: 16px;
  font-family: Verdana;
    color: #FF5D35;
    font-weight: bold;

}
h3
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-style: italic;

}
h4
{
    font-size: 12px;
    color: #FF5D35;
}
a:link, a:visited
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: #7F0000;
       }
.Header
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 800px;
    background-repeat: repeat-x;
}
.hidden
{
display: none;
}
.Menu
{
    top: 150px;
    left: 15px;
    width: 600px;
    position: absolute;
}

.Content
{
    top: 150px;
    left: 170px;
    position:absolute;
    width: 600px;
}
.Footer
{
	color:#999999;
}
.GridMain
{
    border-style: solid;
    background-color: White;
    border-color: #6C9D31;
    width: 625px;
}
              
.GridRow
{
    border-collapse: separate;
    border-right: #6C9D31 thin solid;
    border-top: #6C9D31 thin solid;
    border-left: #6C9D31 thin solid;
    border-bottom: #6C9D31 thin solid;
    font-size: 11px;
}
.DetailsView
{
    font-size: 12px;
}

.GridSelectedRow
{

    font-size: 11px;
   }
.GridHeader
{
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    color: #CE2904;
    border-bottom: #6C9D31;
    border-bottom-width: inherit;
    text-decoration: underline;
 
      }
