/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelfooter{
	font: normal normal bolder xx-small arial;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelfooter li{
list-style: none;
display: inline;
}

.bevelfooter li a{
	padding: 3px 0.5em;
	text-decoration: none;
	color: #000042;
	background-color: #FFFFFF;
	border: none;
}

.bevelfooter li a:hover{
	color: #800000;
	background-color: #CCCCCC;
	border-style: outset;
}

html>body .bevelfooter li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: none;
}
.style1 {
	background-color: #FFFFFF;
}