*
	{
	}


body
	{
	color:#000000;
	background-color:#dcecff;
	font-size:medium;
	padding:0;
	margin:5pt;
	}

p{
	color:inherit;
	background-color:inherit;
	line-height:1.4em;
}

h1	{
	background:#ccccff;
	margin-left:45pt;
	margin-right:30pt;
	margin-top:30pt;
	margin-bottom:20pt;
	padding-left:15pt;
	color:#800000;
	border-style:solid;
	border-width:thin medium medium thin;
	border-top-color:#800000;
	border-right-color:#800000;
	border-bottom-color:#800000;
	border-left-color:#800000;
	font-weight:bold;
	font-size:xx-large;
}

h2 {
	border:none;
	background:transparent;
	padding-left:0.5em;
	text-align:left;
	border-left:0.7em solid;
	border-bottom:0.1em solid;
	border-bottom-color:#f60400;
	color:#ff3e3e;
	background-color:#ffd0d0;
	border-left-color:#F60400;
	font-size:x-large;
}

h3 {
	border:none;
	background:transparent;
	padding-left:0.8em;
	text-align:left;
	border-left-width:0.3em;
	border-left-style:solid;
	border-left-color:#00FF00;
	color:#008000;
	background-color:#d0ffd0;
	font-size:large;
}
h4
	{
	font-weight:bold;
	color:#6666ff;
	background-color:#fafaff;
	padding:0.125em 1em;
	border-style:solid none;
	border-width:thin 1em;
	border-color:#ddddff;
	font-size:medium;
}

h5
	{
	color:#777777;
	background-color:#f3f3f3;
	padding:0.125em 0.75em;
	border-style:solid none;
	border-width:thin;
	border-color:#bbbbbb;
	font-size:medium;
}

h6
	{
	color:#848484;
	background-color:#f0f0f0;
	padding:0.125em 0.5em;
	border-style:solid none;
	border-width:thin;
	border-color:#dddddd;
	font-size:medium;
}

ul
	{
	line-height:1.2em;
	}

ol
	{
	line-height:1.2em;
	}
	
li{	line-height:1.4em;
}
dl
	{
	}

dt
	{
	line-height:1.4em;
	}

dd
	{
	line-height:1.4em;
	}

/*
	
table
	{
	margin-left:auto;
	margin-right:auto;
	}
	
*/

a:link
	{
	text-decoration:underline;
	color:#0000ff;
	background-color:inherit;
}
	
a:visited
	{
	text-decoration:underline;
	color:#800080;
	background-color:inherit;
}
	
a:active
	{
	text-decoration:underline;
	color:#00ff00;
	background-color:#dcecff;
	}
a:hover
	{
	text-decoration:underline;
	color:#ff0000;
	background-color:#e0e0ff;
	}

a:link img, a:visited img {border-style: none}


em
	{
	font-weight:bold;
	color:#008000;
	font-style:normal;
	}

strong
	{
	font-weight:bold;
	color:#ff0000;
	background-color:#ffe0e0;
	font-style:normal
}

