﻿/****************************************
| ** PressReleaseDetail.css
|
| Created by: Rajesh Veluchamy
| Date Created: 2008-15-07
| Copyright © Reed Exhibitions
| Description: 
|	Defines all the styles for Press Release Detail page
****************************************/

.clear
{
	margin: 0;
	padding: 0;
	clear: both;
}
div#PressRelease
{
	width: 100%;
	margin: 0;
	padding: 0;
}
div#PressRelease h3
{
	margin: 0;
	padding: 0;
}
div#PressRelease .PressReleaseContent
{
	margin: 10px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #666666;
}
div#PressRelease .StandOut
{
	font-size: 1.2em;
	font-weight: bold;
	color: #990033;
	margin: 5px 0 5px 0;
	padding: 0;
}








