a:link {
	color: #fede03;
	text-decoration: none;
}
a:visited {
	color: #fede03;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	color: #86bae3;
	text-decoration: none;
}
.tile {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content_divider {
	background-image: url(images/content_divider.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #fede03;
	font-weight: bold;
	text-transform: uppercase;
}
.copy_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #fede03;
}
