body {
	padding: 0px;
	margin: 0px;
	font-family: palatino, times, serif;
	font-size: 10pt;
	}

a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
	}

a:hover {
	color: black;
	text-decoration: underline;
	}

h1 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}

h2 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	}

h3 	{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

img.bg {
	display: none;
	}

img.lang {
	display: none;
	}

img.deco {
	display: none;
	}

table.bluebox {
	border-spacing: 0px;
}

table.bluebox td.box {
	}

table.bluebox td.topnav {
	display: none;
	}

table.tabs {
	display: none;
	}

table.news {
	display: none;
	}

table.nav {
	 display: none;
	}


td.vertbar {
	margin: 0px;
	padding: 0px;
	height: 28px;
	border-color: gray;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	width: 1px;
	float: left;
	}

td.vertbar {
	margin: 0px;
	padding: 0px;
	height: 28px;
	border-color: #003399;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	width: 1px;
	float: left;
	}

td.tab {
	margin: 0px;
	padding: 5px;
	height: 28px;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	float: left;
	font-weight: bold;
	font-face: lucida;
	font-size: 16px;
	vertical-align: middle;
	border-bottom-width: 0px;
	background-color: lightgray;
	background-image: url(../pics/devcorner/blueline.png);
	background-position: bottom;
	background-repeat: repeat-x;
	}

td.tabact {
	margin: 0px;
	padding: 5px;
	height: 28px;
	border-color: #003399;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	float: left;
	font-weight: bold;
	font-face: lucida;
	font-size: 16px;
	vertical-align: middle;
	background-color: #f6f6f6;
	border-bottom-color: #f6f6f6;
	}

td.mainfield {
	text-align: top;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	vertical-align: top;
	min-width: 300px;	
	line-height: 1.3em;
	}

td.leftbar {
	display: none;
	}

td.rightbar {
	display: none;
	}

td.bottom {
	display: none;
	}

div.chain {
	display: none;
	}

div.shortdesc, div.gbitem {
	/* clear: both; */
	float: left;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 10px;
	border-style:solid;
	border-color: #cccccc;
	border-width: 0px;
	border-bottom-width: 1px;
	}

div.hllink {
	clear: both;
	width: 5cm;
	float: right;
	border-color: red;
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	}

.courier {
	font-family: courier, fixed;
	font-size: 10pt;
	}

input.buttonflat {
	display: none;
	}

div.wikilike_important {
	border-color: red;
	border-style: solid;
	border-width: 1px;
	padding: 7px;
	}

table.wikilike td {
	padding: 1mm;
	background-color: white;
}

table.wikilike thead td {
	font-weight: bold;
	background-color: lightgrey;
}

table.wikilike tfoot td {
	font-weight: normal;
	background-color: lightgrey;
}

td.wikilikeleft {
	text-align: left;
}

td.wikilikeright {
	text-align: right;
}

div.code {
	font-family: courier, fixed;
	font-size: 10pt;
	padding: 1mm;
	margin: 7mm;
	}