/*
 *
 Action and Anchor Link Styles 
 *
 */
	a{ 
		color : #000; 
		text-decoration : none;
		cursor:pointer;
	}

	a.qe-reg-parent,
	a.qe-reg-child{
		width:510px;
		height:107px;
		float:left;
		margin-bottom:0.5em;
		text-indent:-9999px;
		margin-left:-5px;
	}

	a.qe-reg-parent{
		background: url('../../../images/framework/qe-parent.png') no-repeat bottom left;
	}

	a.qe-reg-parent:hover{
		background: url('../../../images/framework/qe-parent.png') no-repeat top left;
	}

	a.qe-reg-child{
		background: url('../../../images/framework/qe-child.png') no-repeat bottom left;
	}

	a.qe-reg-child:hover{
		background: url('../../../images/framework/qe-child.png') no-repeat top left;
	}
	
	a.qe-doc-dl{
		width:510px;
		height:107px;		
		float:left;
		color:#fff;
		margin-left:-5px;
	}

	a.qe-doc-dl h3{
		margin:1.75em 0 0 2em;
		width:80%;
	}

	a.qe-doc-dl p{
		margin:0 0 0 2em;
		width:80%;
	}

	a.qe-doc-dl{
		background: url('../../../images/buttons/download.png') no-repeat bottom left;
	}

	a.qe-doc-dl:hover{
		background: url('../../../images/buttons/download.png') no-repeat top left;
	}