/* Print Stylesheet ** 
Don't know what this is? check http://www.alistapart.com/articles/goingtoprint/ */
																/* >>> ELEMENTS <<< */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background-color: #fff;
	font-family: "Arial", sans-serif;
	font-size: 11pt;
}
																/* >>> CONTAINERS <<< */
* { }
																/* >>> SUB CONTAINERS <<< */
div#print {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #eee;
	}
																/* >>> LISTS <<< */
*.x {
	display: none;
	}
																/* >>> TYPOGRAPHY <<< */
div#print {
	color: #eee;
	background-color: inherit;
	font-family: "Times New Roman";
	font-size: 14pt;
	text-align: left;
	}
	div#print .p_hdr {
		display: block;
		color: #000;
		background-color: inherit;
		font-size: 20pt;
		}
#header-wrap {
	display:none;
	}

#left {
	display:none;
	}
div#center .hdr, h2 {
	margin: 0 0 5px 0;
	font-size: 125%;
	font-weight:bold;
	}
div#center .hdr2 {
	margin: 10px 0 5px 0;
	font-weight:bold;
	}
div#center a {
	color: #4f2e26;
	text-decoration:none;
	}
div#center a:hover {
	text-decoration:underline;
	}
div#center .main_hdr {
	margin: 0 0 5px 0;
	font-size:200%;
	font-weight:bold;
	color:#444;
	}
div#center .huge {
	font-family:"Times New Roman",serif;
	font-size:175%;
	}
div#center-in p {
	/*padding-left:10px;*/
	margin: 10px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 115%;
	}
div#center-in .img_tbl {
	margin-left:auto;
	margin-right:auto;
	}
div#center-in .img_tbl tr td a {
	cursor:pointer;
	}
div#center-in .large{
	font-size:150%;
	}
div#center-in ul{
	margin-top:5px;
	margin-left:40px;
	color:#444;
	background-color:inherit;
	font-size:115%;
	line-height: 18px;
	list-style-type:circle;
	list-style-position:inside;
	}
div#center-in .center_hdr {
	font-size:120%;	
	font-weight:bold;
	}
div#center-in .center_block {
	/*padding-left:190px;*/
	margin: 10px 0 5px 0;
	color:#444;
	background-color:inherit;
	}
div#center-in .center_block ul {
	font-size:115%;
	padding-left:25px;
	}
div#center-in #sig{
	font-size:125%;
	font-weight:bold;
	width:200px;
	text-align:center;
	margin-left:175px;
	}
div#center-in #sig2{
	text-align:center;
	width:200px;
	margin-left:175px;
	}

div#center-in .list_hdr{
	margin-top:5px;
	margin-left:30px;
	color:#444;
	background-color:inherit;
	font-size:115%;
	font-weight:bold;
	}
																/* >>> FORMS <<< */

div#center-in .quote {
	padding-bottom:10px;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
	}
div#center-in .quote .sig {
	width:200px;
	margin-left:30px;
	text-align:center;
	}

div#center-in .quote .sig .name {
	font-weight:bold;
	}
* { }


div#center-in .links {
	margin-left:30px;
	}
div#center-in .link_sect {
	margin-bottom:10px;
	}




																/* >>> END <<< */

