@charset 'utf-8';

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family: arial, helvetica, verdana, sans-serif;
		color: #666;
	}
	html {
		height: 100%;
		width: 100%;
	}
	body {
		color: #fff;
		background-color: #fff;
		font-size: 0.8em;
		line-height: 1.4em;
		padding: 1em 0;
		margin-left: auto;
		margin-right: auto;
	}
	a, a:link, a:visited, a:active {
		color:#999999;
		text-decoration:none;
		font-size:12px;
	}
	a:hover {
		color:#333333;
		text-decoration:
	}
	h1 {
		font-size: 2.2em;
		text-align: center;
		margin:0.4em 0 1.3em 0;
	}
	td {
		font-size:12px;
		padding: 2px 15px;
	}
	.onestepleft {
		padding-left: 20px;
	}

}