@charset "UTF-8";
/* CSS Document */
/*GLOBAL RESET*/
/* Add this to the start of any CSS code to zero out browser defaulted styles. */
*{
	margin:0;
	padding:0;
	}
h1,h2,h3,h4.h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address,pre,code{
	font-size:1em;
	}
li,dd{
	margin-left:1em;
	}
a img{
	border:none;
	}
/*END RESET*/
body{
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999;
	}
#wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
	}
#flip{
	text-align:center;
	}
a{
	color:#00488d;
	text-decoration:none;
	}