body {
	background-color: #cccccc;
	font-family: Arial, Helvetica, Sans Serif;
	padding: 0px;
}

div {
	border-style: none;
	border-width: 1px;
	overflow: hidden;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #00bb55;
	cursor: hand;
	border-width: 0;
}

a.inlineLink {
	text-decoration: underline;

}

img {
	border: 0;
}

#root {
	position: absolute;
	top: 5px;
	left: 50px;
	background-color: white;
	width: 900px;
	height: 1400px;
	margin-bottom: 50px;
	margin-right: 50px;
	margin-left: 0px;
	z-index: 1;
	visibility: visible;

}

#logo_div {
	position: relative;
	top: 5px;
	left: 0px;
	background-color: none;
	width: 383px;
	height: 126px;
	z-index: 2;
	overflow: hidden;
}

#logo {
	position: absolute;
	width: 383px;
	height: 126px;
	z-index: 5;
}

#menubar {
	position: relative;
	top: 14px;
	left: 0px;
	width: 900px;
	height: 30px;
	background-color: #009933;
	z-index: 3;
	visibility: visible;

}

#content {
position: relative;
	top: 80px;
	left: 20px;
	width: 640px;
	background-color: #fbfbfb;
	color: #009933;
	font-weight: normal;
	font-size: 10pt;
	z-index: 3;
	margin-bottom: 250px;
}


#content h1 {
	font-size: 12pt;
	font-weight: bold;

}


#content h2 {
	font-wight: bold;
	margin: 0px;
	font-size: 10pt;

}

#content .bigger {
	font-size: 12pt;

}


