#top_bar
 {
	position:absolute;
	left:90;
	top:20;

	width:719;
	height:80;

	color:000000;
	background:#DDDDFF;

	border: #0000FF 2px solid;
 }

#left_bar
 {
	position:absolute;
	left:90;
	top:110;

	width:150;

	color:000000;
	background:#EEEEFF;
	padding:0px;
	border: #0000FF 2px solid;
 }

#prod_bar
 {
	position:absolute;
	left:255;
	top:110;

	width:550;

	color:000000;
	background:#FFEEEE;
	padding:0px;
	border: #FF0000 2px solid;
 }




#pagetitle
 {
	font-family:Arial;
	font-weight:bold;
	font-size:12pt;
	color:#000080;
 }

#pgrouphead
 {
	font-family:Arial;
	font-weight:bold;
	font-size:11pt;
	color:#FF0000;
 }

#tt
 {
	font-family:Courier New;
	font-weight:bold;
 }

#dc
 {
	color:000000;
	font-family:tahoma;
	font-size:9pt;
 }

#dc_bigger
 {
	color:000000;
	font-weight:bold;
	font-family:tahoma;
	font-size:11pt;
 }

#dcred
 {
	color:FF0000;
	font-family:tahoma;
	font-size:9pt;
	text-decoration:none;
 }

#ht
 {
	color:0000FF;
	font-family:Courier New;
	font-weight:bold;
 }

#navbul
 {
	color:000080;
	font-family:tahoma;
	font-size:9pt;
	text-decoration:none;
 }



A:visited
 {
	color:0000FF;
 }