﻿body
{
    margin: 0px 0px 0px 0px;
    font-family:Tahoma;
    font-size:smaller;
    color:#000000;
}
.Head {
   font-family: Tahoma;
   font-size:  18px;
   font-weight: normal;
   color: #ffffff;
}
.formTable
{
    width:100%;
    height:100%;
    vertical-align:top;
    border-spacing: 0px;
    padding: 0px 0px 0px 0px;
}
.headerRow
{
    background-color:#6d94a7;
    color:White;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
.separator
{
    height:2px;
}
.fieldsRow
{
    background-color: #e3e3e3;
    color: Black;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.itemTemplate 
{
    background-color:White;
}
.alternatingItemTemplate 
{
    background-color:Whitesmoke;
}
.linkrow
{
	font-family: Tahoma; 
    font-size: 8pt; 
    font-weight:bold; 
    color: White;  
    text-decoration: none;
}
a
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    }
a:active
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: underline;
    }
a:hover
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: underline;
    }
a:visited
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    }
a.innerlink
{
    font-family: Tahoma; 
    font-size: 9pt; 
    font-weight:normal; 
    color: Black;  
    text-decoration: underline;
    }
a.innerlink:active
{
    font-family: Tahoma; 
    font-size: 9pt; 
    font-weight:normal; 
    color: Black;  
    text-decoration: none;
    }
a.innerlink:hover
{
    font-family: Tahoma; 
    font-size: 9pt; 
    font-weight:normal; 
    color: Black;  
    text-decoration: none;
    }
a.innerlink:visited
{
    font-family: Tahoma; 
    font-size: 9pt; 
    font-weight:normal; 
    color: Black;  
    text-decoration: underline;
    }