@charset "utf-8";
/*
*	Author: Michael Kinkaid
*	Nothing fancy or noteworthy here.
*/

html {
	height:100%;
	/*overflow:hidden;*/
}
#collectionBrowser {
	height:100%;
}
#WarningHeader {
	color:#FF9900;
	font-weight:bold;
	text-decoration:underline;
}
body {
	background-color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	height:100%;
	margin:0pt;
	padding:0pt;
}

