@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
	margin:0;
	text-align:center;
	color:#666666;
	font-size:12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		/*h4{text-align:center; font:Arial, Helvetica, sans-serif; color:#666666};*/
		div#content { text-align:left; }                        
		object#content { display:block; margin:0 auto; }


		#outer {height: 100%; overflow: visible; position: relative; width: 100%;}
		#outer[id] {display: table; position: static;}
		
		#middle { width: 100%; text-align: center;} /* for explorer 7 only*/
		/*#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
		#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
		#inner {text-align: left;} /* for explorer 7 only */
		/*	#inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
		#inner {width: 900px; margin-left: auto; margin-right: auto;} /* for all browsers*/
		/* optional: #inner[id] {position: static;} */
#alternate {
	text-align: center;
}
#alternate p{
text-align:left;
}
a {
	color: #84ABDB;
}
#alternate h4 {
	color: #84ABDB;
}
