﻿.gridStyle

{  
	 border:1;
     width:100%;

}
.gridHeader

{
	 font-family: Arial ;
	 background-color: #002569;
     font-weight: bold;
     color: White ;  
 }

.gridAlternatingItem

{  

  background-color: #EFC799;

}
.gridPager
{	
    background-color:#002569;
    color :white;
    text-align:right;              
}
.gridPager span

{	
 background-color: White ;
 text-decoration: underline;
}

a
{
	font-size: 8pt;
}

.menu 
{
	font-size: 12px;
}


a:forecolor
{
	color:#002569;
}
a:hover
{
    color:orange;
      
}

p
{
	font-family: Arial ;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#002569 ; 
}
.p1
{
	
	font-family: Arial ;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:red ; 	
}

.p2
{
	font-family: Arial ;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#002569 ; 
}

	
td
{
	color: #002569;
}
	
.body {
	font-family: Arial ;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodyhead {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

h5
{
	font-family: 'Arial Black' , Arial, Helvetica, sans-serif;
	color: #002569;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
	font-size :10pt
}
.h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #002569;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
}
h3
{
	font-family: 'Arial' , Arial, Helvetica, sans-serif;
	color: #002569;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
}

h1
{
	font-family: 'Arial';
	color: #002569;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 10pt;
}

UL

{
	list-style-image: url(images/dot.gif);
	margin-top: 0px;
	padding-top: 0px;
	
}
.FullName
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
}
.Position
{
	font-weight: bold;
	font-size: 10pt;
	/*color: peru;*/
	font-family: Arial;
}
.title
{
	font-weight: bold;
	font-size: 15pt;
	color: white;
	font-family: Arial;
}
P
{
	margin-top: 0px;
	padding-top: 0px;
}
td.topic
{
	padding-left: 20px;
	background-color: #002569;
	font-weight: bold;
	font-size: 130%;
	color: white;
	font-family: Arial;
}
BUTTON
{
	color: blue;
	font-family: Arial;
}
.staticmenu
{
	font-weight: normal;
	color: #002569;
	font-family: 'Arial Black' , Arial;
	background-color: white;
	height: 45px;

}

.dynamicmenu
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 3px;
	border-left: gray 1px solid;
	color: #002569;
	padding-top: 3px;
	border-bottom: gray 1px solid;
	font-family: Arial;
	width: 190px;
}
.statichover
{
	/*color: peru;*/
}
.dynamichover
{
	color: white;
	background-color:#002569;
	width: 190px;
}

TD
{
	font-size:10pt;
	font-family:Arial, Tahoma;
}

.TDDTL
{
	font-family :Arial ;
	font-size:8pt;
}

TBODY
{
	font-size:8pt;
	font-family:Arial ;
}
.required
{
	background-position: center center;
	background-image: url(images/required.gif);
	background-repeat: no-repeat;
}

/* style for printable version of a page*/
@media Print
{
   .noPrint
   {
	display: none;
   }
   BODY 
   {color: black; 
	background: white;
    }
   A:link, A:visited 
   {background: white;
	color: black;
	text-decoration: underline;
    font-weight: bold;}
   H1, H2, H3 
   {
	background: white; color: black; 
	padding-bottom: 1px;
   border-bottom: 1px solid gray;
   }
   page
   {
	margin-bottom:20px;
   }
 }