/***************************************************************************
	General
/**************************************************************************/
.azLinkText 
a.azLinkText:active
a.azLinkText:visited
a.azLinkText:link
{
	font-size: 13px ;
	text-decoration: none;
	color: rgb(0,0,0);
}

a.azLinkText:hover
{
	font-size: 13px ;
	text-decoration: none; 
	color: rgb(255,0,0);
}

a.azlinks:link, a.azlinks:visited, a.azlinks:active
{ 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color: rgb(0,0,0);
}
a.azlinks:hover
{ 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color: red;
}

/***************************************************************************
	Style 2
/**************************************************************************/
td.azLinkText2_0
{
	background-color: #FCFCFB;
	height: 19px;
}
td.azLinkText2_1
{
	background-color: #FCFCFB;
	height: 19px;
}

a.azLinkText2:active,
a.azLinkText2:visited,
a.azLinkText2:link
{
	font-size: 11px ;
	text-decoration: underline; 
	color: #336600;
}
a.azLinkText2:hover {
	font-size: 11px ;
	text-decoration: underline; 
	color: #FFBA00;
}

/***************************************************************************
	Style 7
/**************************************************************************/
ul.azList7
{
	margin-top:0px;
}
a.azList7:active,
a.azList7:visited,
a.azList7:link
{
	font-family: Tahoma, Sans-Serif;
	font-size: 13px ;
	text-decoration: underline; 
	color: #000080;
}
a.azList7:hover {
	font-family: Tahoma, Sans-Serif;
	font-size: 13px ;
	text-decoration: underline; 
	color: #CC0000;
}

/***************************************************************************
	Style 8
/**************************************************************************/
div.azLayout8
{
	width: 100%;
	height: 13px;
	border-bottom: solid 1px #5a5a5e;
	padding: 1px 0px;	
	background-image: url("/custom/0000/img/azindex/az8.gif");
	background-repeat: no-repeat;
	background-position: 146px center;	
}
div.azLayout8l
{
	width: 100%;
	height: 11px;
	padding: 1px 0px 0px 0px;	
	background-image: url("/custom/0000/img/azindex/az8.gif");
	background-repeat: no-repeat;
	background-position: 146px center;	
}
a.azList8:active,
a.azList8:visited,
a.azList8:link
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px ;
	text-decoration: none; 
	color: #ffffff;
	padding: 0px 20px 0px 9px;
}
a.azList8:hover {
	font-family: Tahoma, Sans-Serif;
	font-size: 11px ;
	text-decoration: Underline; 
	color: #ffffff;
	padding: 0px 20px 0px 9px;
	
}

/***************************************************************************
	Style 9
/**************************************************************************/
a.azList9:link
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #A5A3A3;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url("/custom/0000/img/calendar/arrow_off.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em
}
a.azList9:visited, a.azList9:active
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #C3C1C1;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url("/custom/0000/img/calendar/arrow_off.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em
}
a.azList9:hover
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #ffffff;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url("/custom/0000/img/calendar/arrow_on.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em
}

/* changes for print */
@media print
{
	a.azList9:link,
	a.azList9:visited, a.azList9:active
	{
		background-image: url("/custom/0000/img/calendar/prntarrow_off.gif");
	}
	a.azList9:hover
	{
		color: #000000;
		background-image: url("/custom/0000/img/calendar/prntarrow_on.gif");
	}
}


