body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color:#DDDDFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #020065;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.text12 {
	color:#000000;
	line-height:16px;
}

.stave {
	background-image: url(../images/RossMusicBox_bg.gif);
	background-repeat: repeat-x;
}
.right_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B1B1CF;
	border-right-color: #B1B1CF;
	border-bottom-color: #B1B1CF;
	border-left-color: #B1B1CF;
}
.left_right_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B1B1CF;
	border-right-color: #B1B1CF;
	border-bottom-color: #B1B1CF;
	border-left-color: #B1B1CF;
}

.menu_bg {
	background-image: url(images/buttons_bg.png);
	background-repeat: no-repeat;
}
.blue_border {
	border: 1px solid #4F4F93;
	color: #FFFFFF;
	font-weight: normal;
}
.black {
	color: #000000;
}
.bot_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.padleft {
	padding-left: 6px;
}
