/*global*/

BODY, TD {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11
	color: #000000;

}


form{
margin-top:0px;
margin-bottom:0px;
}

/*site areas*/

.breadcrumb {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color: #777777; 
	font-weight: normal; 
	margin: 5px 0 12px 15px;
}

  .breadcrumb a:link { color: #993300; 
    text-decoration: underline; 
    font-weight: normal; }
    
.breadcrumb a:visited { color: #888855; 
    text-decoration: underline; 
    font-weight: normal; }
    
  .breadcrumb a:active { color: #993300; 
    text-decoration: underline; 
    font-weight: normal; }

.breadcrumb a:hover { color: #993300; 
    text-decoration: underline; 
    font-weight: normal; }

.sidebar  {	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color:#333333;
margin: 0 8px 0 10px;
padding: 0;
}

.greensub img {

	display: inline;
}


.lpad20 { padding-left:20px }
.lpad15 { padding-left:15px }
.lpad10 { padding-left:10px }
.lpad6 { padding-left:6px }

.rpad20 { padding-right:20px }
.rpad15 { padding-right:15px }
.rpad10 { padding-right:10px }
.rpad6 { padding-right:6px }

#aznav {
 position:relative;
 top: 14px;
 left: 350px;
}


/*text styles*/
.small {
	font-family: geneva, verdana, helvetica, sans-serif; 
	font-size: 10px;
}

.smallh {
	font-family: helvetica, sans-serif; 
	font-size: 11px;
}

.verd11 {
	font-family: verdana, helvetica, sans-serif; 
	font-size: 11px;
}

.psuedolink {
	font-family: geneva, verdana, helvetica, sans-serif; 
	color:#993300;
	font-size: 10px;
}

.label {
	font-family: geneva, arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px;
}

.labelBlack {
	font-family: geneva, verdana, helvetica, sans-serif; 
	color: #000000; 
	font-size: 10px;
}

B.title {
	font-family: geneva, arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
}

B.head {
	font-family: geneva, arial, helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
}

.box {
	font-family: geneva, arial, helvetica, sans-serif; 
	font-size: 11px;
}

.typetext {
	font-family: courier, serif; 
	font-size: 13px;
}


/*links*/

   A:link { color: #e5312a; 
    text-decoration: none; 
    }
    
  A:visited { color: #e5312a; 
    text-decoration: none; 
    }

  A:active { color: #e5312a; 
    text-decoration: underline; 
    }

  A:hover { color: #e5312a; 
    text-decoration: underline; 
    }


    A.hdr:link { color: #993300;  
    text-decoration: none; 
    font-weight: bold; }
    
  A.hdr:visited { color: #993300; 
    text-decoration: none; 
    font-weight: bold; }
    
  A.hdr:active { color: #330000; 
    text-decoration: none; 
    font-weight: bold; }

  A.hdr:hover { color: #882200; 
    text-decoration: underline; 
    font-weight: bold; }


A.txt:link { color: #993300; 
    text-decoration: underline; 
    font-weight: normal; }
    
  A.txt:visited { color: #888855; 
    text-decoration: underline; 
    font-weight: normal; }
    
  A.txt:active { color: #330000; 
    text-decoration: underline; 
    font-weight: normal; }


  


    A.dark:link { color: #993300;  
    text-decoration: none; 
    font-weight: bold; }
    
  A.dark:visited { color: #993300; 
    text-decoration: none; 
    font-weight: bold; }
    
  A.dark:active { color: #330000; 
    text-decoration: none; 
    font-weight: bold; }

/*colors*/


.black {color:#000000;}

.error {color:#993333;}
  
.buzzgreen {color:#003333;}

.medbluegreen {color:#336666;}

.violet {color:#660099;}

.dkblue {color:#000033;}

.blue {color:#003366;}

.grey66 {color:#666666;}

.grey99 {color:#999999;}

.greyCC {color:#CCCCCC;}



