@charset "UTF-8";
/* CSS Document */

/* set the width of container to match the width of your own website */
body {
font-size: 10px;
}
#container{
margin:0 auto;
width:600px;
background-color:#FFFFFF;
}
ul.circle {list-style-type:circle}
#bullet{ color:grey;
text-align:left;
font-family:arial;
			   font-style:normal;
	list-style: none;
	margin-left: 0; 
	padding-left: 1em;
	text-indent: -1em;
	}
h1 { text-align: center; 
	 color: #C7621E; 
	 font-family:arial;
			   font-style:normal;
			   font-weight:bolder;
			   font-size:16pt
			    }
h2 { text-align: left; 
	 color: #C7621E; 
	 font-family:arial;
			   font-style:normal;
			   font-weight:bolder;
			   font-size:14pt
			    }
#green {
font-size: 200%; 
font-weight: bold; 
color: #36AD4A;}
td
{
    margin:0px;
    padding:0px
}
hr {
      border-top: 1px solid #717375;
      width: 95%;
	  align: center;
	  color: #fff;
      background-color: #fff;
      height: 1px;
    }
p
{
color:grey;
text-align:left;
font-family:arial;
			   font-style:normal;
} 

