/* Blueprint CSS Framework 0.7.1 http://blueprintcss.googlecode.com * Copyright (c) 2007-2008. See LICENSE for more info. */

/* ie.css */
body {text-align:center;}
.container {text-align:left;}
* html .column {overflow-x:hidden;}
* html legend {margin:-18px -8px 16px 0;padding:0;}
ol {margin-left:2em;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;}
hr {margin:-8px auto 11px;}

/*Hover*/
* html #jvhx0 .jvhx0w1{_azimuth:expression( this.onmouseover = this.onmouseover || Function("this.className += ' hover';"), this.onmouseout = this.onmouseout || Function("this.className = this.className.replace('hover', '');"));}
