body {
	font-family: arial, verdana, sans-serif;
}

.topMenuFont {
	font-size: 16px;
	font-weight:bold;
	color: #444;
}
.menuTitle_1 {
	font-size: 18px;
	font-weight:bold;
	color: #006EC0;
}
.songTitleFont_small {
	font-size: 12px;
	color: #484848;
}
.songTitleFont_bold {
	font-size: 14px;
	font-weight:bold;
	color: #606060;
}
.userNameFont {
	font-size: 12px;
	color: #006EC0;
}
.userNameFont_small {
	font-size: 11px;
	color: #006EC0;
}
.userNameFont_bold {
	font-size: 12px;
	font-weight:bold;
	color: #006EC0;
}

.albumTitleFont_small {
	font-size: 13px;
	font-weight:bold;
	color: #00ADD4;
}
.warningMsg {
	font-size: 11px;
	color: #FF7700;
}

.input_short {
	width:200px;
	height:24px;
	font-family:Verdana;
	font-size:12px;
	padding-top:2px;
	/*border:1px solid #00ADD4;*/
	border:2px solid #DDDDDD;
}
.input_error {
	font-size: 10px;
	color : #FF5400;
}

.descriptionNormal{
	font-size: 12px;
	line-height:20px;
	font-weight:bold;
	color: #777777;
}
.descriptionOrange{
	font-size: 12px;
	line-height:20px;
	font-weight:bold;
	color: #FF7700;
}
.normalTextFont_bold{
	font-size: 12px;
	height:14px;
	font-weight:bold;
	color: #606060;
}
.songTitleFont, .profileNormalFont {
	font-size: 12px;
	color: #333333;
}
.normalTextFont{
	font-size: 12px;
	color: #484848;
}
.normalTextBlack {
	font-size: 12px;
	color: #484848;
}
.smallTextBlack {
	font-size: 10px;
	line-height:12px;
	color: #484848;
}
.smallTextBlack_bold {
	font-size: 11px;
	font-weight:bold;
	color: #484848;
}
.normalTextBlack_bold {
	font-size: 12px;
	font-weight:bold;
	color: #606060;
}
.titleTextBlue {
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	color: #00ADD4;
}
.normalTextBlue {
	font-size: 12px;
	color: #006EC0;
}
.smallTextBlue {
	font-size: 10px;
	color: #006EC0;
}
.normalTextBlue_bold {
	font-size: 12px;
	font-weight:bold;
	color: #006EC0;
}
.normalTextOrange {
	font-size: 12px;
	color: #FF7700;
}
.normalTextOrange_bold {
	font-size: 12px;
	font-weight:bold;
	color: #FF7700;
}
.normalTextBlue_big {
	font-size: 18px;
	color: #006EC0;
}
