* {  margin: 0;padding: 0; border: none;}

body {
 font-family: Times New Roman, sans-serif;
	font-size: 12pt;
	color: #000;
	background: #fff;
	text-align: left;
}
#wrapper { 

}
#header_start {
display: none;
}
#header {
display: none;
}

#start {}
#content {}

#footer { 
display: none;
}

#footer_start { 
display: none;
}


#nav {display: none;}
#nav table {display: none;}

h1 {
font-size: 15pt;margin: 10px;
}

h2, h3 {
font-size: 13pt;margin: 10px;
}


#text {margin: 10px;}

p {
margin: 10px;}

#text ul, #text ol {
margin: 15px;}


#text ul {list-style: circle;}
#text li {margin-left: 17px;margin-top: 5px;}
#text ul li ul {margin: 0px 0px 0px 15px;line-height: 1.2;}


#text table {
  margin: 10px;
  border-collapse:collapse;  
  width: 600px;
}

#text tr {vertical-align: top;}
#text td {padding: 5px 0;}
#text a { text-decoration: underline;}
#text td.ri {text-align: right;width: 10px;}
#text td.li {text-align: right; width: 20px;padding-right: 5px;}

.floatRight {float: right; margin-top: 5px;margin-left: 8px;margin-right: 10px;}



