TD
{
    font-family : Arial, Helvetica, sans-serif;
   	color : 666666;   
   	font-size : 12px;
}
.TableTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 100%;
    COLOR: #ffffcc;
    BACKGROUND-COLOR: #3DA639
}
.Table-Even
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #333366;
    BACKGROUND-COLOR: #efefef;
}
.Table-Odd
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #333366;
}

/****************** Text Treatment ***********************************************/
.HeadBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 175%;
    COLOR: #333366;
    text-transform: capitalize;
}
.RptText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #333366;  
}
.ErrText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 95%;
    COLOR: #ff3300;  
}


/****************** Buttons ***************************************************/
.UserButton
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    BORDER-BOTTOM: #333366 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #3DA639;
}
.BoldTxt  
{
   	font-family : Arial, Helvetica, sans-serif;
   	font-size : 14px;
   	color : white;
   	font-weight : bold;
}
.RustTxt  
{
   	font-family : Arial, Helvetica, sans-serif;   	
   	font-size : 13px;	
   	color : 990000;
}
.GreenTxt  
{
   	color : 006666;
   	font-family : Arial, Helvetica, sans-seri;
   	font-weight : bold;   	
   	font-size : 13px;	
}
.SmallGreenTxt  
{
   	color : 006666;
   	font-family : Arial, Helvetica, sans-seri;   	
   	font-size : 13px;	
}
.BlueTxt  
{
   	color : 333366;
   	font-family : Arial, Helvetica, sans-seri;
   	font-size : 13px;
}
.BigBlueHeader  
{
   	font-family : Arial, Helvetica, sans-serif;
   	color : 333366;
   	font-weight : bold;
   	font-size : 17px;	
}
.BlueHeader  
{
   	font-family : Arial, Helvetica, sans-serif;
   	color : 333366;
   	font-weight : bold;
   	font-size : 13px;	
}
.RedHeader  
{
   	font-family : Arial, Helvetica, sans-serif;
   	color : 990000;
   	font-weight : bold;
   	font-size : 13px;	
}
.BigGreenHeader  
{
   	font-family : Arial, Helvetica, sans-serif;
   	color : 006666;
   	font-weight : bold;
   	font-size : 17px;	
}
.GrayTxt  
{
   	font-family : Arial, Helvetica, sans-serif;
   	color : 666666;   
   	font-size : 12px;	
}
.SmallGrayTxt  
{
   	font-family : Arial, Helvetica, sans-serif;
   	color : 666666;   
   	font-size : 10px;	
}    
.BlueTxt  
{
   	font-family : Arial, Helvetica, sans-serif;
   	color : 333366;   
   	font-size : 12px;	
}
.WhiteLink  
{
   	font-family : Arial, Helvetica, sans-serif;
   	color : white;
   	font-size : 13px;	
}
 #SiteElement  {
   	position : absolute;
   	left : 633 px;
   	top : 122 px;
   	visibility : visible;
   	z-index : 20;
   }
 #PromoElement  {
   	position : absolute;
   	left : 636 px;
   	top : 228 px;
   	visibility : visible;
   	z-index : 20;
   }

/* Beginning of styles added by Raffa - HJE, for new DEED database */

.heading {
	color: black;
	font-family: verdana,arial,helvetica;
	font-size: 12pt;
	font-weight: bold;
}
.subHeading {
	color: black;
	font-family: arial,helvetica;
	font-size: 11pt;
}
.standard {
	color: black;
	font-family: arial,helvetica;
	font-size: 9pt;
}
.appaButton {
	font-family: verdana,arial, sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	background-color: #B4B4B4;
	border-top: solid 2px #b8b8b8;
	border-left: solid 2px #b8b8b8;
	border-right: solid 2px #3e3e3e;
	border-bottom: solid 2px #3e3e3e;
}

