body	{
/*	margin:	0; */
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color:	#000000;
/*	background: #FFFFFF; */
/*	background-image:url("images/bg.gif"); */
	}
div, p, th, td, li, dd, dl, dt {
             /* redundant selectors to help NS4 not forget */
    font-family:  Arial, sans-serif;
	font-size: 10pt;
    }

/* a:link { color: rgb(0, 0, 153) }      /* for unvisited links */
/* a:visited { color: rgb(153, 0, 153) } /* for visited links */
/* a:active { color: rgb(255, 0, 102) }  /* when link is clicked */
/* a:hover { color: rgb(0, 96, 255) }    /* when mouse is over link */

a	{
	text-decoration: none;
	/* text-decoration: underline; */
	/* font-weight: bold; */
	}
a:link {
	color: #B41414;
	background-color: transparent;
	}
a:visited {
	color: #000080;
	background-color: transparent;
	}
a:active {
	color: #B41414;
	background-color: transparent;
	}
a:hover	{
	color: #B41414;
	background-color: transparent;
	text-decoration: underline;
	}
			/* PARAGRAPH FORMATTING */
.indent {
	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0;
	}

.content {
	/* padding: 5; */
	margin: 2%;
	/* border: 1px dotted #333; */
	/* background-image: url(../images/contentfill.gif); */
	}

#footer {
    font-family: Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	}

pre { font-family: monospace; }

div.dotted {
/*	background-color: #F5F5F5; */
/*	background-image:url("images/nav/menufill.gif"); */
	border: dotted;
	border-width: thin;
	padding: 5;
   	width: 105px;
/*	text-align:left; */
	}

div.dashed {
	background-color: #F5F5F5;
/*	background-image:url("img/navbg.gif"); */
	border: dashed;
	border-width: thin;
	padding: 5;
	width: 600px;
	text-align:left; }

div.outset {
	background-color: #F5F5F5;
/*	background-image:url("img/navbg.gif"); */
	border: outset;
	border-width: thin;
	padding: 5;
	width: 600px;
	text-align:left; }

div.outset_in {
	background-color: #F5F5F5;
/*	background-image:url("img/navbg.gif"); */
	border: outset;
	border-width: thin;
	padding: 5;
	width: 588px;
	text-align:left; }

div.inset {
	background-color: #F5F5F5;
/*	background-image:url("img/navbg.gif"); */
	border: inset;
	border-width: thin;
	padding: 5;
	width: 600px;
	text-align:left; }
/* dotted, dashed, solid, double, groove, ridge, inset, outset */

h1,h2,h3,h4,h5,p,ul {
	font-family: Arial, sans-serif;
	}

/* <h2 class="subsection">Getting started</h2> */
h2.one {
	color: #D2691E;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 150%;
	}