/* Start of CMSMS style sheet 'Print' */
body {
	color: #000 !important;
	background-color:#fff !important;
	font-family:arial;
	border:0 !important;
	font-size:11pt;
}

a { color:#000; text-decoration:none; }

img {
	border:0;
}

p {
	margin-bottom:1.5em;
	overflow:hidden;
	clear:both;
}

ul {
	list-style-type:disc;
	margin-bottom:1.5em;

}	

	ul li {
		padding-left:1em;
		margin-bottom:.6em;
		vertical-align:top;
	}
	
ol {
	list-style-type:decimal;
	margin-bottom:1.5em;
}	

	ol li {
		padding-left:0;
		margin-bottom:.6em;
	}

#header {
	margin-bottom:.5em;
}
	
	#header table {
 		width:100%;
	}

	#header .phone_info {
			width:200px;
			text-align:right;
			vertical-align:bottom;
		}
			
			#header .phone_info h2 {
				margin-bottom:0;
			}

#topnav {
	display:none;
}

#content td.left {
	display:none;
}

#content td.main {
	padding:0;
}

#footer {
	margin-top:1em;
}

	#footer .watermark {
		display:none;
	}
	
.float_left {
	float:left;
	margin-right:5px;
}

.float_right {
	float:right;
	margin-left:5px;
}

label {
	display:block;
	margin-bottom:.5em;
	font-weight:bold;
}

label.inline {
	display:inline;
	margin:0;
	padding-right:1em;
}
/* End of 'Print' */

