.Arc {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.Arc a{
	color: #006699;
	text-decoration: none;
}
.Arc a:visited {
	color: #666666;
	text-decoration: none;
}
.Arc a:hover {
	color: #0082BF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0082BF;
}
.Arc h1 {
	color: #a1aa4b;
	font-size: 20px;
	margin-top: 20px;	
}
.Arc h2 {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #333333;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.button{
	color: #FFFFFF;
	background-image: url(../images/btn1.png);
	height: 32px;
	width: 64px;
	border:none;
	margin-bottom: -5px;	
}
.button:hover {
	color: #000000;
	background-image: url(../images/btn1_ovr.png);
	height: 32px;
	width: 64px;
	border:none;
	margin-bottom: -5px;	
}

.Arc td {
	font-size: 12px;
	padding-bottom: 10px;
}
