@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */



@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}

	img {
				border: 0px solid;
			}

	html {
		height:100%;
		width:100%;
	}
	body {
	font-family:Arial, Helvetica, sans-serif;
		color:#F7921E;
		background-color:#FFF;
		font-size: .9em;
		line-height:1.5em;
		margin:2;
		padding-bottom:2px;
		padding-top:2px;
		z-index:20000;
	}
	a {
		color:#fff;
	}

}
