.GreyBar {
	background-color: #333333;
	background-image: url(../images/Button-BGs/Button3-Grey.jpg);
	background-repeat: repeat;
}
.RedBar {
	background-image: url(../images/Button-BGs/Button2-Red.jpg);
	background-repeat: repeat;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
.BlueBar {
	background-image: url(../images/Button-BGs/Button3-Blue.jpg);
	background-repeat: repeat;
}
