
BODY {
	color : Black;
	background-color : White;
	font-family : Arial;
	font-size: 10px;
}



P, TD {
	font-size: 10px;
	vertical-align : top;
	font-family : Arial;
}

H1 {
    font-family: Arialf;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2 {
	font-size : 16px;	
	color : Navy;
	background-color : White;
	margin-top : 0px;
	font-weight: bold;
    margin-bottom : 0px;
}

H3 {
	font-size : 14px;	
	margin-top : 0px;
	font-weight: bold;
}

H4 {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: Black;
}


HR {
	color : Navy;
	height : 2px;
font-weight:    bold;
}


.mybtn {
	border-style: solid;
	background-color: #BAB9B9;
	color: black;
	height: 26px;
	border: 1px solid black;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
}

	.mybtn:hover {
		color: black;
		background: lightgrey;
	}

.gridStyle
{
	border-style: none;
    border-width: 1px;
    font-family : Arial;
	font-size: 10px;
    border-color:inherit;
}

/* The header of this GridView */
.gridHeader
{ 
  font-family: Arial;
  font-size: 10px;
  background-color: #BAB9B9;
  font-weight:bold;
   color:#000000;          
}

/* One row white, another row #E6DACE */
.gridAlternatingItem
{ 
font-family : Arial;
font-size : 10px;	 
background-color: #E6DACE;
}

/* Paging */
.gridPager 
{
	font-family : Arial;
	font-size: 10px;
	background-color:#BAB9B9;
  text-align:right;
}


/* Underline the selected page */
.gridPager span
{
   text-decoration: underline;
}
 
.gridSelectedItem
{
  background-color: yellow;
}


  .tabs
 {
  font-size:  14px;
  position: relative;
  top: 1px;
  left: 10px;
  font-family : Arial;
  }



 .tab
 {
  border: solid 1px black;
  background-color: #eeeeee;
  padding: 2px 10px;
  font-size:  20px;
  font-family : Arial;
  }

    .selectedTab {

        background-color: #E6DACE;

        border-bottom: solid 1px white;

    }

    .tabContents {

        border: solid 1px black;

        padding: 10px;

        background-color: white;

    } 
