@charset "utf-8";
body {
	background-color: #003300;
	margin-top: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}

.nortext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	border-right-width: 34px;
}
.nortextbig {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000066;
	font-weight: bolder;
}
.main table {
	border: 12px ridge #33FF66;
}

.main {
	width: 765px;
	background-color: #FFFFFF;
}

.side {
	padding-left: 0.1px;
	padding-right: 1px;
}

