<!--
html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

a.cell:link, a.cell:visited { color: #003300; text-decoration: none; }
a.cell:active, a.cell:hover { color: #003300; text-decoration: none; }

a:link, a:visited { color: #006600; text-decoration: underline; }
a:active, a:hover { color: #00AA00; text-decoration: underline; }

-->