Body 
	{ 
    scrollbar-3d-light-color : #AF0000;
    scrollbar-arrow-color : #ffffff;
    scrollbar-base-color : #ffffff;
    scrollbar-dark-shadow-color : #AF0000;
    scrollbar-face-color : #AF0000;
    scrollbar-highlight-color : #AF0000;
    scrollbar-shadow-color : #ffffff;
	font-family : verdana ; 
	font-size : 11px ; 
	color : #3A3A3A ;
	background-color : #ffffff ;
	}
TD
	{ 
	font-family : verdana ; 
	font-size : 11px ; 
	color : #3A3A3A ;
	}
input 
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #ffffff ;
	border: solid #ffffff ;
	border-width: 1 ;
	background-color:#3A3A3A ;
	}
select
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #ffffff ;
	border: solid #ffffff ;
	border-width: 1 ;
	background-color:#3A3A3A ;
	}
textarea
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #ffffff ;
	border: solid #ffffff ;
	border-width: 1 ;
	background-color:#3A3A3A ;
	}
/* ================  BEGIN - These are the Navigation properties ================ */
/* class is always .arrow */
  A.arrow 
  	{
	text-decoration: none ;
    color: #000000 ;
    height: 100% ;
    width: 100% ;
    background-color: #ffffff ;
    padding-top: 2px ;
	font-weight : bold
    }
  A:active.arrow 
  	{
    text-decoration: none ;
    color: #ffffff ;
    background-repeat: repeat ;
    height: 100% ;
    width: 100% ;
    background-color: #AF0000 ;
    padding-top: 2px ;
	font-weight : bold
	}
A:visited.arrow 
	{
	text-decoration: none ;
    color: #000000 ;
    height: 100% ;
    width: 100% ;
    background-color: #ffffff ;
    padding-top: 2px ;
	font-weight : bold
    }
A:hover.arrow 
	{
    text-decoration: none ;
    color: #ffffff ;
    background-repeat: repeat ;
    height: 100% ;
    width: 100% ;
    background-color: #AF0000 ;
    padding-top: 2px ;
	font-weight : bold
	}
/* ================  END - These are the Navigation properties ================ */