<html><body><p>/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */

/* Diagnostics File */
/*@import url("/TemplatePackage/css/A/diagnostics.css");*/

/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/A/theme-orange.css");
<!-- compliance patch for microsoft browsers -->
<!--[if lt IE 7]>
#content-secondary .rounders .inner,
#content-secondary .rounders .t,
#content-secondary .rounders .b,
#content-secondary .rounders .b div{
	background-image:url('/TemplatePackage/images/bg_smallRails-orange.gif');
}
<![endif]-->
*/

/* COLOR THEME -- PURPLE */
/*@import url("/TemplatePackage/css/A/theme-purple.css");*/

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}
*/
#bottom-container a, #top-container a, .main-inner a
		{
		color: #0a29a5;
		text-decoration: none;
		}

.note 
		{
		color: #000000;
		font-size: 90%;
		}
		
.totop
		{
		font-size: 95%; 
        text-align: center;
        }
               	

.totop a
		{
		text-decoration: underline;
		}		

.underlineme {
	text-decoration:underline !important;
}

a.external {
	background: url(../../../../asthma/images/iconout.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;	/* width of the img */
	display: inline-block;	/* IE correction to show the icon */
	cursor: pointer;	/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */
}
a.external2 {
	background: url(../../../../asthma/images/iconout.gif) right center no-repeat;
	padding: 0 15px 0 0;	/* width of the img */
	display: inline;	/* IE correction to show the icon */
	cursor: pointer;	/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */
}
p.boldlinks a.external {
	background: #ffffff;
	padding: 0 0 0 0;	/* width of the img */
}
p.somemore a.external{ position: relative;
	background: transparent url(../../../../asthma/images/iconout.gif) right center no-repeat;
	display: block;
	margin: 0;
	padding: 3px 15px 3px 0;
	text-decoration: none;
	width: auto;
	
#linkPolicy {
	font-size: 0.9em;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, sans-serif;
	padding-top: 0.5em;
	color:#696969;
	list-style-image: url(../../../../TemplatePackage/images/icon_out.png); 
}</p></body></html>