.autobullett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-image: url(images/auto-bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	 margin-top: 12px;
     margin-bottom: 12px;
}

/* For Links most noteably bottom nav */
.botNav A:link {text-decoration: none
text-decoration: underline; 
color: #CCCCCC;
}
.botNav A:visited {text-decoration: none
text-decoration: underline; 
color: #CCCCCC;
}
.botNav A:active {text-decoration: none
text-decoration: underline; 
color: #CCCCCC;
}
.botNav A:hover {
text-decoration: underline; 
color: red;
background-color: #333333;
}

.CpyRt {
color: #CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

/* For Links most noteably Copyright Section  */
.CpyRt A:link {text-decoration: none
text-decoration: underline; 
color: #CCCCCC;
}
.CpyRt A:visited {text-decoration: none
text-decoration: underline; 
color: #CCCCCC;
}
.CpyRt A:active {text-decoration: none
text-decoration: underline; 
color: #CCCCCC;
}
.CpyRt A:hover {
text-decoration: underline; 
color: red;
background-color: #333333;
}

