/* REMOVE PADDING AND MARGIN VALUES */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd,dt,img,
blockquote,q,table,thead,tbody,tfoot,caption,th,tr,td,a,form,
input,textarea,fieldset,pre{}

/* SET BASE FONT ATTRUBUTES */
html{background: #fff;}
html{font:10px/16px Verdana, Arial,Helvetica,sans-serif;}
body{background:#ffffff;}
h1,h2,h3,h4,h5{font-weight:bold;color:#434D6F;}
h1{font-size:16px;}
h2{font-size:15px;}
h3{font-size:13px;}
h4{font-size:12px;}
h5{font-size:11px;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a{color:#000;text-decoration:none;}
a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{}
a img,:link img,:visited img{border:none;}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table{border-collapse:collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul,ul ol,ul dir,ul menu,ul dl,
ol ul,ol ol,ol dir,ol menu,ol dl,
dir ul,dir ol,dir dir,dir menu,dir dl,
menu ul,menu ol,menu dir,menu menu,menu dl,
dl ul,dl ol,dl dir,dl menu,dl dl{}

/* HARMONISE LIST-BULLET TYPE */
ul,ol,dl{list-style-type:circle;list-style-position:inside;}
ul{}
li{}
dl{}
dt{}
dd{}

em{font-style:italic;font-weight:normal;}
strong{font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym{border:none;cursor:pointer;}
form{}
fieldset{border:none;}
legend{color:#620000;font-weight:bold;}
blockquote{margin:4px 20px; color:#333;}
blockquote strong{}

.center{text-align:center;}
.right{float:right;}
.textalignright{text-align:right;}
.left{float:left;}
.textalignleft{text-align:left;}
img.left{float:left;margin:0 7px 7px 0;}
img.right{float:right;margin:0 0 7px 7px;}
img.outline{border:1px solid #FFDB94;}
.clearing{clear:both;height:0;margin:0 !important;padding:0;line-height:0;margin-top:-7px;}
.normalclear{clear:both;}
.horizontalrule{}
.fineprint{font-size:8px;line-height:10px; color:#333; text-align: justify;}



/*hiding items that we don't want to print*/
#wrapper{background: #fff;}
#main{margin: 0; }
#logo{visibility:visible; display:block;margin:0 -8px;}
#sidecolumn{visibility:hidden; display:none;}
#promosection{visibility:hidden;display:none;}
#footer{visibility:hidden; display:none;}
#disclaimer{margin:20px 0;}
#disclaimer p{margin:0;padding:0;}
#disclaimerlogo{font-weight:bold;}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}