/* CSS Document */

	.DivTemplateMenu {
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 12px;
	bottom: 5px;
	margin:0
	}
	
A:link.AZ
{
    
	text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Zurich Ex BT' , Verdana, Helvetica, sans-serif;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
	margin:5px;
}

A:visited.AZ
{
    
	text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Zurich Ex BT' , Verdana, Helvetica, sans-serif;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
	margin:5px;
}

A:active.AZ
{
    
	text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Zurich Ex BT' , Verdana, Helvetica, sans-serif;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
	margin:5px;
}

A:hover.AZ
{
    word-spacing: 55px;
	text-decoration: underline;
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Zurich Ex BT' , Verdana, Helvetica, sans-serif;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
	margin:5px;
}

/*Used to eliminate the left column*/
.blankbody  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;	
}

/* Auditor Data Grids */
.AudDataGrid {
	width:100%;
	float:left;
}

.AudDataGrid td {
	vertical-align: top;
	margin: 0px;
	padding: 4px 2px 4px 2px;
	font-size:12px
	/*background: url("../xpage/bkHorizDotLine.gif") repeat-x 0px 10px;*/
}
.AudDataGrid p {
	margin: 0px;
	background: #FFFFFF;
	float: left;
	padding-right: 2px;
	padding-left: 10px;
}
.results0 {
	background-color: #CCCCCC;
}

.results1 {
	background-color: #FFFFFF;
}

.highlight {
	background-color: #9BE7FF;
}
.AudDataGridtitle {
	width: 80%;
	float: left;
	background-color: #333333;
	color:white;
}


.AudDataGrid strong {
	color: #333333;
}

.AboutUsListPos {
	
	list-style: url(none) none;
	margin: 8px 10px 10px 16px;
	padding: 0px;
	position:relative;
	left:-15px;
}




/* End AudDataGrid style*/