body {
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 11px;
	margin: 0px;
	color: #000000;
	background: #ffffff;
}
td {
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
a {
	color: #d6e0f6;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

#title{
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -1px;

	color:#000;
}
#artist{
	font-family: "Segoe UI", Verdana;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -1px;

	color:#000;
}
#nexttitle{
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: -1px;

	color:#000;
}
#nextartist{
	font-family: "Segoe UI", Verdana;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -1px;

	color:#000;
}

#lastsongs{
	font-size:12px; line-height:15px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px;color:#000;
}

.subtitle {	font-size: 19px; font-weight: bold; color: #0074F7;  }
.subtitle2 {font-size: 19px; font-weight: bold; color: #ffffff; }

.minis{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #d6e0f6;
	letter-spacing: -1px;
}
.white{color: white;}
.white a {
	color: white;
	text-decoration: none;
}
.white a:hover {
	color:white;
	text-decoration: underline;
}

.mTitle{color:#99000; font-weight:bold;}

.commInput{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	height: 25px;
	color:#FFFFFF;
	border: 1px solid #d6e0f6;
	background: url('../img/field.bg.gif');
	
}
.sendbutton{
	background: #d6e0f6;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	
}