.body-bg {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}
.greyborder {
	border: 1px solid #999999;
}
.blackborder {
	border: 2px solid #000000;
	background-image: url(images/menu-shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.border-grey-top-bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #454545;
	border-bottom-color: #454545;
}
.dotted-border {
	border: 1px dotted #666666;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 150px;
	cursor: hand;
	background-color: #E5E5E5;
}
.buttons {
	background-color: #E5E5E5;
	border: 1px solid #999999;
}
.ringtonelinks a:link       {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}
.ringtonelinks a:visited    {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}
.ringtonelinks a:hover      {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333333;
}
.ringtonelinks a:active     {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	}
