/* CSS Document */
/* Online Legal CMS Style*/ 
/* Steve Tangue 19/01/07 */


/* font specific styling */ 
h1, h2, h3, h4
{
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.0em;
}

p
{
	margin: 0.5em 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 1.3em;
}

p.comment
{
	font-style: italic;
	font-weight: bold;
}

p.small_text
{
	font-size: 0.8em;
}

p.alert
{
	color: #FF0000;
}


/* hack to show the outline of the horizontal boxes in the cms areas.. this gets overridden by base.css.. */
div.centre_content_section
{
	margin: 2em 0;
	border: 1px solid #000;
	padding: 0.5em;
}




/* end of file */
