/* TEXT styles */

/* paragraph styles */
p.panel_text_white { margin-left: 4px; margin-right: 4px; }
p.panel_text_link { margin-right: 4px; margin-top: 0px; margin-bottom: 0px; }
p.text_link_black { margin-right: 4px; margin-top: 0px; margin-bottom: 6px; }
p.whats_on_title { margin-top: 0px; margin-bottom: 0px; }
p.title_orange { margin-top: 0px; margin-bottom: 0px; }
p.new_body_black { margin-top: 4px; margin-bottom: 2px; }
p.new_body_black_wide { margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;  }
p.right_panel_link_large { margin-top: 3px; margin-bottom: 3px; }
p.NewTitleWhite { margin-top: 4px; margin-bottom: 3px; }

 
/* rollover styles */
a.panel_text_link:hover { color: #381162; }
a.text_link_black:hover { color: #DE0173; }


.panel_text_white {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
}

.panel_text_link {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	text-align: right;
}

.text_link_black {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	text-align: right;
}

.whats_on_title {
	font-size: 13px;
	color: #DC0072;
	font-weight: bold;
	line-height: 14px;
}

.title_orange {
	font-size: 16px;
	color: #FA7E1D;
	font-weight: bold;
	line-height: 18px;
}

.new_body_black, .new_body_black_wide {
	font-size: 13px;
	color: #000000;
	line-height: 15px;
}

.right_panel_link_large {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

.right_panel_link_medium {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}
a.WhatsOnLink {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #DC0072;
	text-decoration: none;
}
a.WhatsOnLink:hover {
	color: #381162;
	text-decoration: none;
}

.NewTitleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
