/*----------------------------------------
FCA Stylesheet
Last Updated: November 18, 2011
(c) 2011 Affiniscape, Inc.
All Rights Reserved. This stylesheet must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

@import url(/global/css/global-styles.min.css);

body {
	padding: 0;
	margin: 0;
}

body#nobackground { 
  	background: #FFFFFF; 
}

#maincontenttable {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}

#maincontentcell {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 20px;
	margin: 0;
}

#maincontentcell p {
	line-height: 16px;
}


/* @group Clickable Logo
----------------------------------------*/
#logo-click {
	border: none;
	left: 0;
	margin: 0;
	top: 0;
	width: 150px;	
}

#logo-click h1 {
	height: 200px;
}
/* @end */
