.siteDocs {
		width:98%;
		background-color:black;
        margin-top: auto;
		margin-bottom: auto;
        padding-right:20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
}

.siteDocs a {
		color: #fff
       /*  background: #fff; */

}

.siteDocs a:hover {
        color: #ff7901;
        border: 0px;

        /* background: #DAA72A; */
}

.txtHome {
		color: #00ffff;
		width:30%;
		background-color:black;
		padding-right:80px;
		
}



.txtHome a {
		color: #00ffff
       /*  background: #fff; */

}

.txtHome a:hover {
        color: #ffff00;
        border: 0px;

        /* background: #DAA72A; */
}
