body {
	font-family: helvatica, sans-serif;
	font-size: 12pt;
}

h1 {
	color: green;
	font-size: 110%;
}

h2 {
	color: #900;
	font-size: 110%;
}

a:link {
	color: blue;
	font-size: 100%;
	text-decoration: none;
}
a:active {
	color: red;
	font-size: 100%;
	text-decoration: none;
}
a:visited {
	color: blue;
	font-size: 100%;
	text-decoration: none;
}
a:hover {
	color: green;
	font-size: 100%;
	text-decoration: none;
}
tr.topBar {
	text-align: center;
	width: 801px;
}

.topBar a:link {
	color: #000;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.topBar a:visited {
	color: #000;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.topBar a:hover {
	color: #7f3;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

td.sideBar {
	padding-top: 6px;
	padding-bottom; 6px;
	text-align: center;
}

td.content {
	width: 597px;
}

td.operator {
	width: 202;
	height: 100%;
	text-align: top;
}
