body {
	cursor: default;
	font-family: Arial, Verdana, Sans-Serif, Helvetica;
	background-color: #0099CC;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(<? echo $path_to_root; ?>images/top_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} td.main_left {
	background-image: url(/images/edge_main_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td.main_top {
	background-image: url(/images/edge_main_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
a.nav:link {
	font-size: x-small;
	color: #006080;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	font-size: x-small;
	color: #FFFFCB;
	text-decoration: none;
	font-weight: bold;
	background-color: #006080;
}
a.nav:visited {
	font-size: x-small;
	color: #0079A2;
	text-decoration: none;
	font-weight: bold;
}
a.nav_product:link {
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.nav_product:visited {
	font-size: x-small;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
a.nav_product:hover {
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFCB;
}
.subtitle {font-size: medium}
h2 {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
td.copyright {
	font-size: 14px;
}
a:link {
	color: #295265;
	text-decoration: none;
}
