body {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background-color: #cccccc;
	color: #000000;
}
  
/* The whole document */
div.document {
	margin-left: 20px;
	margin-top: 20px;
  width: 720px;
}

/* Page topic */
div.heading {
	font-family: courier new, courier, monospace;
	font-weight: bold;
	font-size: x-large;

	background-color: #006394;
	color: #ffffff;

  border: 1px solid #000000;
	padding: 3px;
	margin-bottom: 4px;
}

/* The menu and quicklinks */
div.leftframe {
	font-size: small;
	border-width: 0px;
	float: left;
	width: 110px;
}

div.menutopic {
	font-weight: bold;
	background-color: #006394;
	color: #ffffff;
	text-align: center;

  border: 1px solid #000000;
	margin-top:4px;
	padding: 3px;
}

div.menulinks {
  font-size: 11px;
	background-color: #ffffff;
	color: #000000;

  border: 1px solid #000000;
/*	margin-bottom: 4px;*/
	padding: 5px;
}

/* The contents */
div.contents {
  font-size: 11px;
	background-color: #ffffff;
	color: #000000;
  /*display: block; */
  border: 1px solid #000000;
	padding: 10px;
	margin-left: 114px;
}

/* The link page */
div.links p {
  margin-top: 0px;
  margin-bottom: 0.5em;
}

/* Copyright notice */
div.copyright {
	text-align: right;
	font-size: x-small;
	margin-top: 2px;
}

/* The menu and quick links */
ul.linkcontainer {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul.linkcontainer li:hover { 
  color: inherit;
  background-color: #cccccc;
}

a.leftframe, a.leftframe:visited {
  color: #003651;
  text-decoration: none;
  background-color: transparent;
}

/* li:hover doesn't work with ie => using underline */
a.leftframe:hover, a.leftframe:visited:hover {
  text-decoration: underline;
}

/* News, kountdown versions etc table */
tr.header { 
  font-weight: bold;
  color: #ffffff;
  background-color: #006394;
  border: 1px solid #000000;
}

tr.row1 { 
  color: #000000;
  background-color: #ffffff;
}

tr.row2 { 
  color: #000000;
  background-color: #e5e5e5;
}

/* The rest */
a, a:visited { 
  color: #4546ff;
  background-color: transparent;;
  text-decoration: none;
}

a:hover, a:visited:hover { 
  text-decoration: underline;
}

pre {
  font-family: fixed, monospace;
  font-size: 12px;
  margin-left: 5px;
}

img { 
  border: 0px;
}
