.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.Copyright a:link {  color: #000000; text-decoration: none}
.Copyright a:visited {  color: #000000; text-decoration: none}
.Copyright a:hover {  color: #000000; text-decoration: underline}
.Copyright a:active {  color: #000000; text-decoration: none}
.style2 {font-size: large}
.style3 {
	font-size: medium;
	font-weight: bold;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 145px;
}

.bevelmenu li a{
display: block;
width: 100%;
padding: 2px 4px;
color: white;
text-decoration: none;
font:Verdana, Arial, Helvetica, sans-serif
font-weight: bold;
background-color: #666666;
border: 2px solid #FFF2BF;
text-decoration:none;
}

.bevelmenu li a:hover{
color: white;
background-color: #333333;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 
