/************MOVIE LABEL STYLES***************/
/*these styles are meant to be the same across all sites*/
/*they are used to define the font style and weight of label tags*/

.LabelStyle1{
	color:#FF0000;
	font-weight: bold;
}
.LabelStyle2{
	color:#3300FF;
	font-weight: bold;
}
.LabelStyle3{
	color: #FFFFFF;
	font-weight: bold;
}
.LabelStyle4{
	color:#B5D337;
	font-weight: bold;
}
.LabelStyle5{
	color:#163480;
	font-weight: bold;
}
.LabelStyle6{
	color:#FBDB23;
	font-weight: bold;
}
.LabelStyle7{
	color:#7E93CA;
	font-weight: bold;
}
.LabelStyle8{
	color:#2575C8;
	font-weight: bold;
}
.LabelStyle9{
	color:#00CC00;
	font-weight: bold;
}
.LabelStyle10{
	color:#000000;
	font-weight: bold;
}
.LabelStyle11{
	color: #FF9900;
	font-weight: bold;
}
.LabelStyle12{
	color: #CC33CC;
	font-weight: bold;
}