/* default */

body, table, tr, td, p, li, ul {
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 14px;
	background-repeat: repeat-y;
}

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

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

.linkMenu, .linkMenu:visited {
	color: #DCE7ED;
	text-decoration: underline;
}

.linkMenu:active, .linkMenu:hover {
	color: white;
	text-decoration: underline;
}

/* text */

.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;
}

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

.textCopyright {
	font-size: 10px;
}

.textChangelog {
	color: black;
	background-color: #f1f1f1;
	font-family: monospace;
	border-width: 1;
	border-style: solid;
	border-color: #787878;
	padding: 5px;
}

.textNotice {
	color: black;
	background-color: #f1f1f1;
	border-width: 1;
	border-style: solid;
	border-color: #EA0437;
	padding: 5px;
}

.textNewsItem {
	color: black;
	font-size: 12px;
}

.textLatestVersion {
	color: #464646;
	font-size: 12px;
	font-family: monospace;
}
