@charset "utf-8";

/**********************************

Use: Site Wide Styles

***********************************/

/* Body and Header Styles */
/* -------------------------------------------------- */

html, body
{
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

#flashContent /* Flash Container */
{
	width: 100%;
	height: 100%;
	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}