body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: left top;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: 3pt;
	text-transform: uppercase;
	text-decoration: none;
}

ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #000000;
	text-decoration: none;
	list-style-type: circle;
}

.tiny {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #0099cc;
	text-decoration: underline;
}
a:visited {
	color: #0099cc;
	text-decoration: underline;
}
a:hover {
	color: #ffff00;
	text-decoration: none;
}
a:active {
	color: #0099CC;
	text-decoration: underline;
}

#logo {
	position: relative;
	height: 103px;
	width: 300px;
	left: 5px;
	top: 5px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	background-color: transparent;
}

#menu {
	position: relative;
	z-index: 3;
	width: 150px;
	height: auto;
	left: 5px;
	top: 130px;
	background-color: transparent;
	overflow: visible;
	visibility: visible;
}

#text {
	height: auto;
	width: 525px;
	position: relative;
	visibility: visible;
	z-index: 2;
	overflow: visible;
	left: 155px;
	top: 108px;
}
