﻿/*  CSS documentation at http://www.w3.org/Style/CSS/    */


body 
{
  font-family: "Arial"; 
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
}

.fontWhiteHeader 
{
    FONT-SIZE: 13px;
    FONT-family: verdana;
    COLOR: #ffffff;
}


TR.bg_tan
{
    FONT-SIZE: 13px;
    FONT-family: verdana;
    COLOR: #ffffff;
	height: 20px;
    BACKGROUND: #009900;
    background: url('../Images/gradient_green.jpg') top left;
}




a:link
{
  color: #66B410;
  text-decoration: none;
}

a:visited
{
  color: #66B410;
  text-decoration: none;
}
a:hover
{
  color: #E2D170;
}
a:active
{
    COLOR: #66B410;
    TEXT-DECORATION: none;
}


.input_small
{
	border-color: Silver;
	border-width: 1px;
	border-style: Solid;
	font-family: Verdana;
	font-size: 11px;
	height: 20px;
}

.input_dropdown
{
	border-color: Silver;
	border-width: 1px;
	border-style: Solid;
	font-family: Verdana;
	font-size: 11px;
	height: 20px;
}

.button_small
{
	background-color:#FFFEA7;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana;
	font-size: 11px;
	height: 20px;
}



TR.bg_tan
{
	height: 20px;
	BACKGROUND: #009900;
	background-image: url('../Images/gradient_green.jpg');
	letter-spacing: 2px;
}