body { background: white; } 

div#sidebar { display: none; }

div#title h1 {
	font-family:		Helvetica, Arial, sans-serif;
	font-weight:		bold;
	font-size:		24pt;
	text-align:		right;
	border:			solid rgb(51, 102, 153) 1px;
	border-width:		0 0 3px 0;
	padding:		3px 6px 3px 6px;
	margin:			0 0 14px 0;
    }

div#content    h2 {
	font-family: helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	text-align: left;
	color: black;
	border: solid rgb(51, 102, 153) 1px;
	border-width: 1px 1px 0px 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-top: 1px;
	border-style: solid rgb(51,102,153) 1px;
    }

div#content    h3 {
        font-family: helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 1.25em;
        text-align: center;
        background-color: white;
        margin: 0 0 0 0;
        padding: 4px 10px 5px 10px;
        border: solid rgb(51,102,153) 1px;
        border-width: 0px 1px 0 1px;
    }

div#content p { border: solid rgb(51,102,153) 1px;
		border-top-width: 0px; border-bottom-width: 0px;
		margin: 0 0 0 0;
		padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 10px; padding-right: 10px;}

div#content p.last { border-bottom-width: 1px; padding-bottom: 0.3em; margin-bottom: 2em;}

div#content pre { color: black; background-color: white; border-color: rgb(51,102,153);
                border-left-width: 1px; border-right-width: 1px; border-style: solid;
                border-top-width: 0px; border-bottom-width: 0px;
                margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
                padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 10px; padding-right: 10px;}
 
div#content ul { border: solid rgb(51,102,153) 1px;
		border-width: 0px 1px 0px 1px;
		padding-left: 50px;
		margin: 0 0 0 0; }

div.cut { float: left; width: 102px; height: 102px; background: white;
          font: 12px Tahoma, san-serif;
          margin: 0px 10px 10px 0px;
          padding: 0px 3px 3px 0px;
          border-style: solid;
          border-width: 1px 1px 1px 1px;
          border-color: white rgb(51,102,153) rgb(51,102,153) white;
        }
                                                                                                                                                   
div.cut img { border: none white 0px; margin: 0px 0px -2px 0px; }

div#content address { color: black; background-color: rgb(224,224,224); border: solid rgb(51,102,153) 1px;
		margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
		padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 10px; padding-right: 10px;
		display: none; }

div#content address img { float:right; }

div.links { text-align: center;
	    font: 8pt Tahoma, san-serif;
	    margin-top: -7px;
	    margin-bottom: 7px;
          }

div.tc, div.tcf {  color: black;
          background-color: white;
          border-style: solid;
          border-width: 0 1px 0 1px;
          border-color: white rgb(51,102,153) white rgb(51,102,153);
          margin: 0 0 0 0;
          padding: 0 0 0 0;
}

div.tc table, div.tcf table {
                border: solid black 1px;
                color: black;
                margin-left: auto; margin-right: auto;
                border-collapse: collapse;
}
