/*
	Stylesheet for box pages - overrides elements from global.css
*/

HTML
{
	height: auto;
	margin-bottom: 0px;
}

BODY
{
 	height: auto;
	padding: 20px 22px; 	
	text-align: left;
}

H1
{
	font-size: 20pt;
	color: #FF7D34;
	margin-bottom: -1px;
}

P
{
	color: inherit;
}