<!--

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

h1 {
	color: #3572aa;
	font: bold 20px "Trebuchet MS", verdana;
}

h2 {
	color: orange;
	font: bold 16px "Trebuchet MS", verdana;
}

h3 {
	color: #DDEEFF;
	font: normal 18px "Trebuchet MS", verdana;
	background: url(img/h1.gif) no-repeat top left;
	margin: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
	width: 217px;
	height: 34px;
}

p,td,li {
	color: #3572aa;
	font-size: 11px;
	font-family: arial;
}

.menu:link   {color: #666666; text-decoration: none}
.menu:visited   {color: #666666; text-decoration: none}
.menu:hover   {color: #000000; text-decoration: none}
.info 	{ padding-left: 20px; background: url(images/arrow.gif) top left no-repeat; }
.error 	{ padding-left: 20px; background: url(images/error.gif) top left no-repeat; height: 16px; font: bold 8pt arial; color: red}
.help 	{ padding-left: 35px; background: url(images/help.jpg) top left no-repeat; font: normal 8pt tahoma}

.tracer_data  {font-weight: normal; color: maroon; font-size: 8pt;}
.tracer_title {font-weight: normal; color: #336699;}
.tracer_html  {font-size: 8pt; color: #666666}

.tracer_link:link  {text-decoration: none}
.tracer_link:visited  {text-decoration: none}
.tracer_link:hover  {text-decoration: underline}


-->