body {
	margin: 43px 0 0 0;
	font-size: 8pt;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	background: url("../imgs/back1.gif") right center no-repeat fixed;	
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img.left {
	float: left;
	margin: 10px;
}
img.right {
	float: right;
	margin: 10px;
}

div#mainmenu {
	background: #cc0000;
	margin: 0 0 0 200px;
	padding: 0;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	display: none;
}
div#mainmenu ul {
	position: relative;
	margin: 0;
	padding: 0;
}
div#mainmenu ul li {
	display: inline;
	margin: 0;
	list-style: none;
}

div#mainmenu ul a {
   padding: 0 10px 0 10px;
	font-size: 8pt;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: white;
	background: #cc0000;
	text-decoration: none;
	border-right: 1px solid black;
}
div#mainmenu ul a:hover {
	background: #880000;
	text-decoration: none;
}
div#mainmenu ul .this {
   padding: 0 10px 0 10px;
	font-size: 8pt;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	background: #440000;
	color: #ffaaaa;
	border-right: 1px solid black;
}

div#outside {
	margin: 0 auto 0 auto;
	width: 600px;
	padding: 0;
	background: white;
	border: 0;
}

div#upright {
	background: url("imgs/blob.gif");
	position: relative;
	top: -40px;
	left: -10px;
	width: 72px;
	height: 72px;
	float: right;
}
a:hover div#upright {
	cursor: pointer;
	background: url("imgs/blobedit.gif");
}
div#up43 {
	position: absolute;
	background: url("../imgs/logo.gif");
	width: 190px;
	height: 130px;
	top: 2px;
}
h1 {
	margin: 0 0 0 200px;
	font-size: 12pt;
	font-weight: bold;
	background: #666666;
	color: #ffffff;
	border-left: 1px solid #000000;
	border-bottom: 1px solid black;
	padding: 5px;
}
div#right {
	padding: 0 0 0 0;
	margin: 0 -72px 10px 10px;
	width: 200px;
	background: #cccccc;
	float: right;
	border-left: 1px solid #888888;
	border-bottom: 1px solid #888888;
	display: none;

}
ul#list {
	float: right;
	margin: 0 0 5px 0;
	border-bottom: 0px solid #888888;
	padding: 0;
	width: 200px;
	display: none;
}
ul#list li {
	list-style: none;
	display: block;
}
ul#list a {
	color: #ffffff;
	text-decoration: none;
	background: #999999;
	display: block;
	padding: 2px 5px 2px 5px;
}
ul#list a:hover {
	background: #cc0000;
	color: #ffffff;
}

div#search {
	margin: 0 0 5px 5px;
	padding: 0;
	width: 195px;
	color: #440000;
	display: none;
}
form {
	margin: 0 0 0 0;
}
div#search span {
}
h2 {
	clear: left;
	margin: 50px 0 0 0;
	color: #ffffff;
	padding: 4px;
	font-size: 10pt;
	border-top: 0px solid black;
	border-bottom: 1px solid #cc9955;
}
h2.def {
	background: bottom right url("imgs/def.gif") #cc5555 no-repeat;
}
h2.inf {
	background: bottom right url("imgs/inf.gif") #cc8755 no-repeat;
}
h2 a {
	color: #ffffff;
}
div#main {
	margin: 0;
	text-align: justify;
}
div#main p {
	margin: 10px 20px 20px 20px;
}
div#search input.text {
	font-size: 8pt;
	width: 140px;
	color: #664444;
	background: url("imgs/input.gif") center #ffffff;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
}
input.text {
	background: white;
}
div.totop {
	float: right;
	margin: 0 10px 0 0;
	display: none;
}
div.totop a {
	background: #ffe5e5;
	border: 1px solid #ffcccc;
	color: #cc0000;
	display: block;
	padding: 2px;
	text-decoration: none;
}
div.totop a:hover {
	background: #cc0000;
	color: #ffffff;
}
div#bottom {
	clear: both;
	width: 640px;
	background: #773333;
	margin: 30px 0 0 0;
	border-top: 1px solid black;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
}