/* Start of CMSMS style sheet 'Reed: print' */
/* CSS Document */

body{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: arial, sans-serif;
   font-size:110%;
   line-height: 1.4em;
   min-width: 150px;
   color: #000;
   text-align:center;
   background:#fff url("images/celcon/bg_content.gif") repeat-y center;
}

a {color:#000;text-decoration:underline}
a:hover {text-decoration:underline}

#menu {display: none;}
#userif {display: none;}
.footerlinks {display: none;}
#alpha {margin:0;padding:0 0 40px 0;width:100%;}
.contactbt {display: none;}
.hdrtext {margin-right:0;}

ul.content {
	margin: 0;
	padding: 20px;
	}

ul.content li, dl.content dd {
	padding: 4px 10px 0 20px;
	margin: 0 10px 0 0;
	list-style: disc;
	}
	
li, dt, dd {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	}	


/* End of 'Reed: print' */

