/* CSS Document */

a:link {
	color: #CA6500;
	text-decoration: none;
}
a:visited {
	color: #BFB70F;
	text-decoration: none;
}
a:hover {
	color: #BFB70F;
	text-decoration: underline;
}
a:active {
	color: 708550;
	text-decoration: none;
}

.style1 {
	border-color: #CA6500;
}
.style4 {font-size: 10px}
.style5 {
	font-size: 12px;
	color: #000000;
}
.style6 {font-size: 12; }
