/* style01.css */

body {
	background-color: #eeffee;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

a:link {
	color: #0033cc;
	text-decoration:underline;
}

a:active {
	color: #0033cc;
	text-decoration:underline;
}

a:visited {
	color: #0033cc;
	text-decoration:underline;
}
	
a:hover {
	color: #0033cc;
	text-decoration:none;
}

h1 {
	color: #339900;
	font-family: lucida sans unicode;
	font-size: 14pt;
}

h2 {
	color: #0033cc;
	font-family: lucida sans unicode;
	font-size: 12pt;
	font-style: italic;
}

h3 {
	color: #0033cc;
	font-family: lucida sans unicode;
	font-size: 12pt;
}

h4 {
	color: #0033cc;
	font-family: ms sans serif;
	font-size: 10pt;
}

h5 {
	color: #006600;
	font-size: 8pt;
	font-family: ms sans serif;
}

h6 {
	color: #006600;
	font-size: 8pt;
	font-family: ms sans serif;
}

hr {
	align: center;
	size: 1px;
}

p, td {
	color: #006600;
	font-family: ms sans serif;
	size: 9pt;
	type: circle;
}

ol {
	color: darkgreen;
	font-family: ms sans serif;
	size: 3;
	type: 1;
}

ul {
	color: darkgreen;
	font-family: ms sans serif;
	size: 3;
	type: circle;
}


/* IMAGE SHADOW CONTROL */

div.img-dec-r {
	background: url('./images/shadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	padding: 0;
	position: relative;
}

div.img-dec-r img {
	background-color: white;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

