/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : Silver;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 4px;
	margin-top : 6px
}

.navButts a {
	background-color : #003366;
	border : 1px solid #999999;
	color : White;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}

.navButts a:hover {
	background-color : #9CA6B6;
	border : 1px solid #C0C0C0;
	color : Black;
	text-decoration : none
}
