body, table, td {
	background-color: #e0ffa0;
	border: #8080ff 1px solid;
	color: black;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 150%;
	margin: 10px 0px 0px 00px;
	padding: 10px;
	/*width: 100%;*/
}

body, table#mainTable {
	border: none;
	margin: 0px;
}

td {
	border: none;
	margin: 0px;
	padding: 0px;
}

td.mainTable, td#left, td#center, td#right {
	border: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

h1 {
	color: #80c000;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 8px;
	text-align: center;
}

h2 {
	/*color: #ffa040;*/
	color: #404000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

h3 {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

p, td, li, ul {
	color: black;
}

span.note {
	font-size: 10px;
	font-weight: bold;
}

td#title  {
	padding: 0px;
	text-align: center;
}

table.topic {
	width: 100%;
}

table#titleT {
	margin: 0px;
	/*border: yellow 2px solid;*/
	border: none;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

td#sideT {
	background: #80e000;
	border: none;
	height: 20px;
}

td#sideL {
	background: #80e000;
	border: none;
	width: 60px;
}

td#left {
	/*width: *;*/
	/*background: red;*/
}

td#center {
	width: 100%;
	/*background: blue;*/
}

td#right {
	width: 50%;
	/*background: blue;*/
}

a:link {
	color: #ff8000;
}

a:hover {
	color: #ffff00;
}

a:visited {
	color: gray;
}

