/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyiframedoc {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}
.pagetitle-xl {
	font-size: x-large;
	font-weight: bold;
	background-position: center;
	}
.pagetitle-l {
	font-size: large;
	font-weight: bold;
	background-position: center;	
}
.subtitle {
	font-size: medium;
	font-weight: bold;
}
/* This sets the width of the iframe where the page is displayed */
#main {
	width: 450px;
	position: absolute;
	}
	
a:link {text-decoration: none; color: #0000CC;}
a:visited {text-decoration: none; color: #0000CC;}
a:hover {text-decoration: underline; color: #0000CC;}
a:active {text-decoration: none; color: #0000CC;}
/* Positioning for box and image on the quicktips page for printer notification */
#printimage{
		float:right; 
		border:1px solid #000;  
		width:195px; 
		text-align: center;
		font-size: 10pt;
		font-weight: bold;
		}