﻿body 
{
	font-family: Calibri;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
}



#logo
{
	background-color: #CC0000;
	width: 100%;
	height: 73px;
	}

.logo-image
{
	margin: 10px 10px 10px 10px;
}

a:link a:visited
{
	color: #003366;
}

.link_color
{
	color: #CC0000;
}

#menu_bg
{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 20px;
}

#menu
{
	position: relative;
	top : 3px;
	left: 15px;
	width: 100%;
}

.menu_link
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.menu_link:hover
{
	text-decoration: underline;
}

.title
{
    font-size: x-large;
    font-weight:bold;
    text-align: center;
    color: Black;
}

.table_header
{
    background-color: #666666;
    color: White;

}

.table_alternating_row
{
    background-color: #EEEEEE;
}

.table_row
{
    background-color: White;
}

.table_pager
{
    background-color: #FFFFFF;
}

#Content1
{
    text-align: left;
}

.table_main
{
    background: White;
}

.table_main tr td
{
    padding: 0px 0px 0px 0px;
}

.the_menu
{
    color: #003366;
    font-weight: bold;
    font-size: 9pt;
}

.table_form
{
    background-color: #EEEEEE;
    border-collapse: collapse;
    border: solid 1px #CCCCCC;
    
    
}

.cell_form
{
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    background-color: #EEEEEE;
    border-style: none;
    padding-left: 10px;
   
}

.cell_form_alternating
{
    border-style: none;
    background-color: #EEEEEE;
    border-top: solid 0px #CCCCCC;
    padding: 5px 0px 0px 10px;
    width: 500px;
    text-align: left;
    vertical-align: top;
}

.cell_view
{
    border-style: none;
    background-color: #EEEEEE;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 5px;
}

.center {
  text-align: center; 
  margin-left: auto;
  margin-right: auto;
      padding: 10px 10px 10px 10px;
}

a img {
    border: none;
}

.gvhspadding {
    padding-left:3px;
    padding-right:3px;
}

.cell_form_alternating2
{
    border-style: none;
    background-color: #EEEEEE;
    border-top: solid 0px #CCCCCC;
    padding: 5px 0px 0px 10px;
    text-align: left;
    vertical-align: top;
}

.cell_form2
{
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    background-color: #EEEEEE;
    border-style: none;
    padding-left: 10px;
   
}


img.floatL {   float:left;
      clear:left;
      margin:5px;
    } 



img.floatR {   float:right;
      clear:right;
      margin:5px;
    }

.heading {
    font-size: large; 
    font-weight: bold;
}