html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

p {
	text-align: justify;
}

form {
	margin: 0px;
}

a:link {
	color: #000088;
	text-decoration: none;
}

a:visited {
	color: #000088;
	text-decoration: none;
}

a:hover {
	color: #3333FF;
	text-decoration: none;
}

tr.menu {
	background-color: #336699;
}

td.menu {
	color: #FFFFFF;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px none;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

td.submenu {
	background-color: gray;
	color: #FFFFFF;
	border-right: 1px dashed #00CC99;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	white-space: nowrap;
}

.main_title {
	font-size: 30pt;
	font-weight: bolder;
}

.copyright {
	color: #777777;
	font-size: 11px;
}

a.copyright:link {
	color: #444444;
	text-decoration: none;
}

a.copyright:visited {
	color: #444444;
	text-decoration: none;
}

a.copyright:hover {
	color: #777777;
	text-decoration: none;
}

a.inverse:link {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

a.inverse:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.inverse:hover {
	color: #AAAAFF;
	text-decoration: none;
}

a.submenu:link {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

a.submenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.submenu:hover {
	color: #AAAAFF;
	text-decoration: none;
}

a.greenzap:link {
	color: #009900;
	text-decoration: none;
	white-space: nowrap;
}

a.greenzap:visited {
	color: #009900;
	text-decoration: none;
}

a.greenzap:hover {
	color: #009900;
	text-decoration: none;
}

a.greenzap_light:link {
	color: #00FF00;
	text-decoration: none;
	white-space: nowrap;
}

a.greenzap_light:visited {
	color: #00FF00;
	text-decoration: none;
}

a.greenzap_light:hover {
	color: #FFFF00;
	text-decoration: none;
}

