/*body {
  font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

*/

/*#layer1 {position:absolute; left:100px;top:100px; z-Index:0}
#layer2 {position:absolute; left:140px;top:140px; z-Index:1}

*/

a:link {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	color: #996600;
	text-decoration: underline;

}
a:active {
	color: #CC0099;
	text-decoration: underline;
}

#separator
{
	width:100%; 
/*	left:25%; 
	margin-left:-250px;
*/	
	height:4px;
	background-color:#0000FF;
	position:relative;

	padding:0px;
	border:0px;
	outline:0px;
	margin:0px;
}


h2 {
	margin: 2.0em 0.0em 0.3em 0.0em;
	color:#0000CC;
}

h3 {
	margin: 0.5em 0.0em 0.3em 0.0em;
}

h4 {
	margin: 0.5em 0.0em 0.3em 0.0em;
}

li.halfspace {
	margin: 0.5em 0.0em 0.0em 0.0em;
}

li.fullspace {
	margin: 1.0em 0.0em 0.0em 0.0em;
}

p.nospace {
	margin: 0.0em 0.0em 0.0em 0.0em;
}

p.halfspace {
	margin: 0.5em 0.0em 0.0em 0.0em;
}

ul {
	margin: 0.0em 0.0em 0.0em 1.5em;
}
ol {
	margin: 0.0em 0.0em 0.0em 2.0em;
}

ol.decimal {list-style-type: decimal;}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}
