
#detailContainer
	{
	font-family:arial, helvetica, verdana, tahoma;
	text-align: left;
	font-size:12px;
	}
#detailContainer h1
	{
	font-size:1.4em;
	}
#detailContainer h2
	{
	font-size:1.25em;
	}
#detailContainer h3
	{
	font-size:1.1em;
	}
/**********************************************************
REQUIRED STYLES - Do not remove these
***********************************************************/
/*.hide was removed becuase it was destroying the FancyUpload application*/
/*.hide 
	{
    position: absolute;
    top: -999em;
    left: -999em;
    }	*/
.clear {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	font-size: 15px;
	line-height: 1px;
	}

.clearfloat {
	clear:both;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html body .clearfix {
	display: block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}