/* default */

BODY, TABLE, TR, TD, P, LI, UL {
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 14px;
	background-repeat: repeat-y;
}

/* links */

.linkMenu, .linkMenu:visited {
	color: #DCE7ED;
}

.linkMenu:active, .linkMenu:hover {
	color: white;
}

.linkBody, .linkBody:visited {
	text-decoration: none;
	color: blue;
}

.linkBody:active, .linkBody:hover {
	text-decoration: none;
	color: red;
}

/* text */

.textTitle {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #40637A;
	padding: 3px;
}

.textPageHeading {
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.textParagraphHeading {
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.textMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #40637A;
	line-height: 14px;
	padding: 5px;
}

.textCopyright {
	font-size: 10px;
}

.textMenuHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.textChangelog {
	color: black;
	background-color: #f1f1f1;
	font-family: monospace;
}

/* divs */

#imageCactus {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#imageCactiText {
	position: absolute;
	top: 0px;
	left: 132px;
}

#imageRrdtoolLogo {
	position: absolute;
	top: 10px;
	left: 50px;
	right: 100px;
}

