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